RE: Future support to real tags and real branches?
From: Bob Archer <bob.archer_at_amsi.com>
Date: Mon, 30 Nov 2009 11:57:18 -0500
>>>> What do you think is obvious?
Personally, I never do a switch for three reasons...
1. It is alot to type.
What I do it check out the trunk and branch(es) needed to my local drive in a peer folder:
For example, I check out http://myservername.com/myrepo/myproject/trunk to
I check out http://myservername.com/myrepo/myproject/branches/Feature1 to
So, now if I am here:
~/projects/MyProject/trunk
My "switch" is as easy as:
cd ../Feature1
ta da! To know what "branch" I am working on I just need to look at the path in the terminal prompt.
BOb
------------------------------------------------------
Please start new threads on the <users_at_subversion.apache.org> mailing list.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.