2014-05-26 17:35 GMT+04:00 Martin Grigorov <[email protected]>: >> >> - With Subversion I have a single working copy that spans all 3 active >> branches which I can update at once. >> > > With Git this is possible too. > I use git-new-workdir for that. See > http://thejspr.com/blog/work-on-multiple-branches-with-git-workdir/ > So I have three different folders on my file system - one for wicket-1.5.x > branch, one for wicket-6.x and one for wicket-7.x (master) that all share > the same .git/ folder. > So git fetch updates all of them in one step. >
Thank you for the idea. That contrib script relies on sym-linking. I wonder how it will work for me on Windows, and whether it is compatible with TortoiseGit and Git support in Eclipse. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
