On 02/08/2010 16:42, Arne Berglund wrote:
I would recommend that if you decide to go this route, install Subversion to checkout and manage your Trunk version rather than manually downloading a nightly build. Using Subversion you can easily backout a bad update.
Probably like many people I have forgotten how to use svn and the delights of git (or bzr/mercurial) are just too tempting.
To import svn into git you use something like:
git-svn clone -A ./git.authors --stdlayout svn://wherever
This will give you a two way tracking branch to svn, whilst allowing you to run a forked version easily locally. Obviously personal preference, but I find git massively easier to stay on top of watching diffs between versions and figuring out what changed between versions. Much easier also to have a private branch which perhaps deviates slightly from the master and includes your own personal fixes, etc.
(You can ommit the -A param if you don't want to map svn logins to email addresses)
Good luck
Ed W _______________________________________________ List info: http://lists.roundcube.net/users/