branching question
From: Haggerty, Joshua <Joshua.Haggerty_at_kci1.com>
Date: Fri, 24 Jul 2009 10:42:13 -0500
We have a subversion repository (1.6) that has x (say 1000) files in trunk. When we release- we only need to branch 5 of those files for instance as we only develop and push those 5 files out. The branching works fine for files directly under trunk- but if I try to branch a file on a sub directory- I get a path not found. Examples below (using Tortoise 1.6 client).
1-Branch /trunk/a.sql to /branches/CR500/a.sql - works fine.
2-Branch /trunk/US_1/sql/ to /branches/CR500/US_1/sql - works but copies all files under sql into the branch which is undesired.
3-Branch /trunk/US_1/sql/a.sql to /branches/CR500/US_1/sql/a.sql - path not found (basically svn copy command will not create the subdir).
The work arounds would be-
For our front end projects- we branch the whole structure as we deploy the whole structure every time. So no issues. For this environment's projects, we have so many files, deploying in that manner is not beneficial.
I am rather new to subversion, but this doesn't seem like it would be an uncommon usecase, so I have a feeling I missing something fundamental here. Can anyone point me in the right direction?
Thanks.
*****************************************************************************
If you have received this transmission in error, please immediately
Kinetic Concepts, Inc.
******************************************************************************
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.