Page 1 of 1
Local SVN.
Posted: Sat Dec 24, 2011 2:54 am
by JMD
Is it possible to make a local svn repository?
Re: Local SVN.
Posted: Sat Dec 24, 2011 3:08 am
by Zoey76
Try this before go for something sophisticated:
http://www.visualsvn.com/server/
Re: Local SVN.
Posted: Sat Dec 24, 2011 6:07 am
by LasTravel
Re: Local SVN.
Posted: Mon Dec 26, 2011 1:14 am
by Sylar88
use git-svn to clone the svn repository to git. Then you can use git to have a local repository and commit there. That way you can commit to that repository yourself and leech l2j changeset via git-svn rebase ( it will fetch all commits from svn to git ).
Re: Local SVN.
Posted: Mon Dec 26, 2011 1:26 am
by JMD
Sylar88 wrote:use git-svn to clone the svn repository to git. Then you can use git to have a local repository and commit there. That way you can commit to that repository yourself and leech l2j changeset via git-svn rebase ( it will fetch all commits from svn to git ).
Any guides for git etc?
Re: Local SVN.
Posted: Mon Dec 26, 2011 2:08 am
by Sylar88
There's not that much to say. For starts try egit, it has a documentation at the website too.
http://eclipse.org/egit/
And that if you're interested in the command line option.
http://trac.parrot.org/parrot/wiki/git-svn-tutorial
I use this together with command line ( linux ) git svn.
I ended up having a git repository in github in which i can pull/push from my local and sync it with l2j from team -> rebase.
You'll end up having something like this. If you dont wanna go remote, you simply dont push your local repository to your remote git one. So your local will have your commits inside plus the sync from l2j.
Re: Local SVN.
Posted: Fri Feb 03, 2012 7:52 pm
by OptimusPrime
Maybe some guides how to install trac in Wamp ?