RE: Tags
From: Bob Archer <bob.archer_at_amsi.com>
Date: Wed, 17 Mar 2010 12:35:56 -0400
> In our project we have this structure in the trunk.
Sure you can do it that way. You can copy /trunk/Algorythm/Modules/Module1 to /tags/Module1/ver 1.0 but I don't see how you can get the Common/ and Modules/ into that tag. You would have something after your tag that looks like:
tags/
I think what is normally suggested is to have trunk/, branches/, tags/ at the level where you want to version your system.
So, you could do something like:
/
But... possibly better, I don't know your whole app is to not nest this stuff... have something like:
/
then for your projects that use common of are module you can use externals so that when you check-out you get the correct development file system.
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.