SVN tagging problem
From: Brian McCann <Brian.McCann_at_viziant.net>
Date: 2007-06-08 14:25:41 CEST
Hi,
When I try to tag the components directory in the trunk with the tag "Components _JUNE_7_2007"
I get the fail error below.
[root_at_server1]# svn copy http://server1/svn/Projects/Project1.0/trunk/components http:// server1/svn/ Projects / Project1.0/tags/ Components _JUNE_7_2007/ components -m "Tagging components Components _JUNE_7_2007"
svn: PROPFIND request failed on '/svn/ Projects /!svn/bc/1883/ Project1.0/tags/ Components _JUNE_7_2007'
svn: '/svn/ Projects /!svn/bc/1883/ Project1.0/tags/ Components _JUNE_7_2007' path not found
---------------------------------------------------------------------------------------------------------------------------------------------------
The only way I have been able to tag the components directory is leaving off the components dir below
Components _JUNE_7_2007 with a tag command like this
[root_at_server1]# svn copy http://server1/svn/Projects/Project1.0/trunk/components http:// server1/svn/ Projects / Project1.0/tags/ Components _JUNE_7_2007 -m "Tagging components Components _JUNE_7_2007"
what this gives me is a directory /tags/ Components _JUNE_7_2007 and in that is every file and directory under
trunk/components. is there away to create a tag so I end up with /tags/ Components _JUNE_7_2007 /components
Thaks,
Brian
|
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.