SVN is ready - DO NOT USE GITORIOUS
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
69 posts
• Page 1 of 5 • 1, 2, 3, 4, 5
SVN is ready - DO NOT USE GITORIOUS
by 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
http://svn.slightlymagic.net/forge/trunk
Do not use Gitorious anymore. All checkins must go into SVN.
Dave
Re: SVN is ready - DO NOT USE GITORIOUS
by 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?
-
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
by goonjamin » 10 Aug 2011, 01:24
I think this file is missing on the new SVN.
\build\manifest.forge
\build\manifest.forge
Re: SVN is ready - DO NOT USE GITORIOUS
by jendave » 10 Aug 2011, 01:50
Please use Maven for the command line builds. It automatically generates the manifest file. The Maven build can dynamically support new dependencies.goonjamin wrote:I think this file is missing on the new SVN.
\build\manifest.forge
Re: SVN is ready - DO NOT USE GITORIOUS
by jendave » 10 Aug 2011, 01:54
I can send a PM to Goblin Hero and ask to install Websvn.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?
Re: SVN is ready - DO NOT USE GITORIOUS
by jendave » 10 Aug 2011, 09:04
Chris H. wrote:
What are we going to do about commit logs?
Goblin Hero put up a WebSVN instance at:jendave wrote:I can send a PM to Goblin Hero and ask to install Websvn.
http://svn.slightlymagic.net/websvn/
Re: SVN is ready - DO NOT USE GITORIOUS
by jendave » 10 Aug 2011, 09:19
uploaded a snapshot build to
http://cardforge.org/releases/snapshots ... sx.tar.bz2
and
http://cardforge.org/releases/snapshots ... -1.tar.bz2
http://cardforge.org/releases/snapshots ... sx.tar.bz2
and
http://cardforge.org/releases/snapshots ... -1.tar.bz2
Re: SVN is ready - DO NOT USE GITORIOUS
by 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?
`
EDIT:
My username has a space character in it, could this be the problem. Or is it something else?
`
-
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
by 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.
-
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
by 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.
-
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
by 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.
http://cardforge.org/releases/site/index.html
I'll update the links in the home page.
Re: SVN is ready - DO NOT USE GITORIOUS
by 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?
Re: SVN is ready - DO NOT USE GITORIOUS
by 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.

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.
-
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
by 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
by 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?
-
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
69 posts
• Page 1 of 5 • 1, 2, 3, 4, 5
Who is online
Users browsing this forum: No registered users and 21 guests