[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: SVN tagging problem

From: Thomas Hemmer <themmer_at_go-engineering.de>
Date: 2007-06-08 14:49:58 CEST

Brian,
 
your destination path name contains space characters (which in turn will
be treated as separators by your shell).
Maybe this isn't what you intended anyway?!
Try omitting the spaces or enclose the path name in quotes.
 
Hope this helps,
 
Thomas

  _____

From: Brian McCann [mailto:Brian.McCann@viziant.net]
Sent: Friday, June 08, 2007 2:26 PM
To: users@subversion.tigris.org
Subject: SVN tagging problem

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
 
Thaks,
Brian
 
 
 
 
 
 
 
GO Engineering GmbH - Stolzenbergstr. 13/IV - 76532 Baden-Baden
Geschäftsführer:
Helmut Gerstner, Dipl.-Ing. (FH)
Ralf Wörner, Dipl.-Ing. (FH)
Registergericht: Mannheim HRB 201811
Received on Fri Jun 8 14:50:38 2007

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.