private branches: to delete or not to delete
From: ycdtosa <ycdtosa_at_eupla.unizar.es>
Date: 2005-01-31 15:47:16 CET
After reading the book (of course) and mails from this list
let me explain the procedure we use for development.
i have a single project per repository... ( svn://server/project )
the choosen layout is very close to the sugested one in the book::
the folders names tells it all:
the last folder in the layout is
That is where each developer does his thing. We'll you know what i mean:
And at a given point it may have something like this.
And so on.
This are private development branches, and are meant to be there
Well, if as i said before, these private-development-branches are
After some time, the number of branches in branches/test is quite long,
So here comes The Question:
If i understand how subversion works, even if i delete one of these
> svn delete
...the whole repository will be versioned, (lets say we get revision 102)
> svn checkout -r 102 svn://server/project/branches/test/
Including the deleted private-dev-branch
And Last Question
Thank you.
-- Edgar Varese: the present day composer refuses to die. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Jan 31 15:50:32 2005 |
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.