[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [TSVN] Branching question

From: McKenna, Simon (RGH) <Simon.McKenna_at_rgh.sa.gov.au>
Date: 2004-08-18 02:52:54 CEST

-=> Any other ideas would be welcomed!

What about using a different directory per user?

+ branches
+ tags
+ trunk
+ custom
+-- user1
+---- userConfig
+-- user2
+---- userConfig

So you checkout from trunk (or whatever) then in each
users working copy they checkout their `userConfig`
directory into an appropriate sub-directory. That way
you still get versioning, but on a per user basis.

...or perhaps another option...

+ branches
+ tags
+ trunk
+-- common
+-- custom
+---- user1
+------ userConfig
+---- user2
+------ userConfig

So all users checkout /trunk/common, then only
the appropriate /trunk/custom/userX/userConfig
into the sub-directory of their working copy.

I can't say that I've ever used either approach,
and you would need to test branching and tagging,
but Subversion allows it (read first chapter in
http://svnbook.red-bean.com/svnbook/ch07s03.html )

peace
si
www.sshnug.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Aug 18 08:52:39 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.