RE: Question about branching and repository layout
From: Couball, James <james.couball_at_cotelligent.com>
Date: 2003-10-09 20:42:01 CEST
How about if you try svn mkdir
-----Original Message-----
Hi!
Been lurking for a year or so and I'm now getting serious about
product1/trunk/dir1
product2/trunk/dir1
Essentially we have multiple top-level directories (dir1 and dir2) that
When a developer is assigned a defect, they are to create a branch with
product1/branches/1000/dir1
and *sometimes*
product1/branches/1000/dir2
(you're not always required to build dir2 if your change is local to
But subversion doesn't *seem* to allow this (remember, I'm a newbie
$ svn copy http://kraken/svn/repos/product1/trunk/dir1 \
and get the following error:
svn: HTTP Path Not Found
If, however, I do this:
$ svn copy http://kraken/svn/repos/product1/trunk/dir1 \
It works, but it dumps the contents of dir1 directly into the directory
Cheers,
-- Craig L. Ching Chief Product Architect IBM Certified Specialist, MQSeries IBM Certified Developer, MQSeries MQSoftware, Inc. (952) 345-8720 www.mqsoftware.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Oct 9 20:42:53 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.