It is currently 12 Sep 2025, 20:08
   
Text Size

SVN is ready - DO NOT USE GITORIOUS

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

SVN is ready - DO NOT USE GITORIOUS

Postby jendave » 09 Aug 2011, 23:14

the SVN repo is ready

http://svn.slightlymagic.net/forge/trunk

Do not use Gitorious anymore. All checkins must go into SVN.

Dave
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby Chris H. » 09 Aug 2011, 23:58

jendave wrote:the SVN repo is ready

http://svn.slightlymagic.net/forge/trunk

Do not use Gitorious anymore. All checkins must go into SVN.

Dave
`
Thank you, I have imported the SVN version into a new workspace.

What are we going to do about commit logs?
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby goonjamin » 10 Aug 2011, 01:24

I think this file is missing on the new SVN.

\build\manifest.forge
goonjamin
 
Posts: 133
Joined: 19 Aug 2010, 19:51
Has thanked: 39 times
Been thanked: 5 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby jendave » 10 Aug 2011, 01:50

goonjamin wrote:I think this file is missing on the new SVN.

\build\manifest.forge
Please use Maven for the command line builds. It automatically generates the manifest file. The Maven build can dynamically support new dependencies.
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby jendave » 10 Aug 2011, 01:54

Chris H. wrote:
jendave wrote:the SVN repo is ready

http://svn.slightlymagic.net/forge/trunk

Do not use Gitorious anymore. All checkins must go into SVN.

Dave
`
Thank you, I have imported the SVN version into a new workspace.

What are we going to do about commit logs?
I can send a PM to Goblin Hero and ask to install Websvn.
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby jendave » 10 Aug 2011, 09:04

Chris H. wrote:
What are we going to do about commit logs?
jendave wrote:I can send a PM to Goblin Hero and ask to install Websvn.
Goblin Hero put up a WebSVN instance at:
http://svn.slightlymagic.net/websvn/
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby jendave » 10 Aug 2011, 09:19

jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby Chris H. » 10 Aug 2011, 12:21

I tried to make a commit to the new SVN. It asked for my user name and my password. I used the same info that I use for the CCGH web site and received a Problem Occurred note:

EDIT:

My username has a space character in it, could this be the problem. Or is it something else?

`
Attachments
Fail.jpg
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby Rob Cashwalker » 10 Aug 2011, 12:49

Chris, I added you to the Developers-Forge user group here on the board. I'll ask for you to be added as a leader for the group so you can add people too.
The Force will be with you, Always.
User avatar
Rob Cashwalker
Programmer
 
Posts: 2167
Joined: 09 Sep 2008, 15:09
Location: New York
Has thanked: 5 times
Been thanked: 40 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby Chris H. » 10 Aug 2011, 12:58

Rob Cashwalker wrote:Chris, I added you to the Developers-Forge user group here on the board. I'll ask for you to be added as a leader for the group so you can add people too.
`
Ah, thank you Rob.
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby jendave » 10 Aug 2011, 16:35

As a test, I uploaded the Maven Reporting Site to cardforge.org

http://cardforge.org/releases/site/index.html

I'll update the links in the home page.
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby Jaedayr » 10 Aug 2011, 19:20

How do I get in sync with the latest and greatest? I have Eclipse 3.7 installed. Do I need Maven, Subversion, Subclipse, and/or other tools?
Jaedayr
Tester
 
Posts: 523
Joined: 08 Jul 2010, 00:06
Has thanked: 16 times
Been thanked: 13 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby Chris H. » 10 Aug 2011, 20:01

Jaedayr wrote:How do I get in sync with the latest and greatest? I have Eclipse 3.7 installed. Do I need Maven, Subversion, Subclipse, and/or other tools?
`
Braids may be burned out on developing a training guide for Git. Not sure if she will want to go through this again for SVN. 8)

You will want to install subversion and subclipse. It looks like there are versons of subclipse that "match" a specific version of subversion.

The wiki may provide enough info to figure out how to install Maven and it's connectors.

Once you have the above portion installed it is then a matter of importing the Forge project into Eclipse. I put together some instructions for this portion today:

At the Workspace Launcher dialog select a new workspace for the SVN version of Forge.

Select the File -> Import... menu command.

At the Import dialog select SVN -> Checkout Projects from SVN. Click Next >.

At the Checkout from SVN dialog select the radio button Create a new repository location. Click Next >.

Paste in this Url "http://svn.slightlymagic.net/forge/trunk" into the text box labeled Location Url. Click Next >.

You are asked to select the folder to be checked out from SVN. Select the top level folder labeled "http://svn.slightlymagic.net/forge/trunk". Click Finish.

It will take some time to import the project. You will see your progress displayed in a dialog labeled SVN Checkout.
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby Max mtg » 10 Aug 2011, 20:52

/trunk/res/libs folder is missing in the new SVN - project can't be built without its dependencies.
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

Re: SVN is ready - DO NOT USE GITORIOUS

Postby Chris H. » 10 Aug 2011, 21:04

Max mtg wrote:/trunk/res/libs folder is missing in the new SVN - project can't be built without its dependencies.
`
The libraries are now part of a Maven Dependancy. Have you installed Maven?
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Next

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 21 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 21 users online :: 0 registered, 0 hidden and 21 guests (based on users active over the past 10 minutes)
Most users ever online was 7967 on 09 Sep 2025, 23:08

Users browsing this forum: No registered users and 21 guests

Login Form