Brian McCann wrote:
>
> 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@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@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
>
>
>
svn mkdir http://server1/svn/Projects/Project1.0/tags/Components
_JUNE_7_2007
svn copy http://server1/svn/Projects/Project1.0/trunk/components
http://server1/svn/Projects/Project1.0/tags/Components
_JUNE_7_2007/components
(which will result in 2 revisions, though)
or
svn copy http://server1/svn/Projects/Project1.0/trunk
http://server1/svn/Projects/Project1.0/tags/Components _JUNE_7_2007
(which of course will also copy any additional directory located in trunk)
but actually, what is wrong with .../tags/Components _JUNE_7_2007
representing exactly that: the components folder on Zune 7th?
best regards,
am
>
> Thaks,
>
> Brian
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 8 15:20:48 2007