copying vendor import to trunk, not subdirectory
From: Jeff Kowalczyk <jtk_at_yahoo.com>
Date: 2004-07-12 23:16:31 CEST
I followed a procedure (below) to import the first of many vendor releases
Initial repository creation and skeleton import
$ svnadmin create /home/myuser/svn/acme
Location for Working copy
$ cd /home/myuser/software/
Import the earliest version of the vendor source
$ svn import /home/myuser/software/acme-tarballs/acme.0.5/acme \
Manually tag the initial release by copying current to a version name
$ svn copy file:///home/myuser/svn/acme/vendor/acme/current \
Copy the named initial release into the trunk.
$ svn copy file:///home/myuser/svn/acme/vendor/acme/0.5 \
Unfortunately, this copies '0.5' into the trunk, not the 0.5 contents:
$ cd /home/myuser/software/acme
How do I correct this, so that the 0.5 version gets pulled from the vendor
---------------------------------------------------------------------
|
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.