You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brian McCann <Br...@viziant.net> on 2007/06/08 12:25:41 UTC

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

 

 

 

 

 
 
 

Re: SVN tagging problem

Posted by Les Mikesell <le...@gmail.com>.
Karl Fogel wrote:
> "Andy Levy" <an...@gmail.com> writes:
>>> one last thing how do I delete tags, I've made a few tags during this
>>> process of running the tag command
>> "Tags" are just copies, so you delete them the same way you'd delete
>> anything else. Unless your permissions are set up to disallow that.
> 
> That is, using 'svn rm'.

And, like any other svn rm operation, it isn't actually removed from the 
repository, just from the view of subsequent revisions.  It will still 
exist in the repository and can be retrieved by specifying a revision or 
date before the rm.

-- 
   Les Mikesell
    lesmikesll@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: SVN tagging problem

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jun 8, 2007, at 10:11, Brian McCann wrote:

> running the command
> svn rm  http://server1/svn/Projects/Project1.0/tags/ 
> Components_JUNE_7_2007/
> will this remove the directory "Components_JUNE_7_2007/" and its  
> files from the
> tags directory

Um, yes. Exactly.

> also what's the difference between the commands "svn rm" and "svn  
> delete"?

No difference whatsoever.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: SVN tagging problem

Posted by Brian McCann <Br...@viziant.net>.
Hi Karl,
 
running the command
svn rm  http://server1/svn/Projects/Project1.0/tags/Components_JUNE_7_2007/ <http://server1/svn/Projects/Project1.0/tags/Components_JUNE_7_2007/> 
will this remove the directory "Components_JUNE_7_2007/" and its files from the
tags directory
 
also what's the difference between the commands "svn rm" and "svn delete"?
Thanks,
Brian
 
 
<ma...@viziant.net> 
 

________________________________

From: Karl Fogel [mailto:kfogel@red-bean.com]
Sent: Fri 6/8/2007 7:12 PM
To: Andy Levy
Cc: Brian McCann; Andreas Mahel; users@subversion.tigris.org
Subject: Re: SVN tagging problem



"Andy Levy" <an...@gmail.com> writes:
>> one last thing how do I delete tags, I've made a few tags during this
>> process of running the tag command
>
> "Tags" are just copies, so you delete them the same way you'd delete
> anything else. Unless your permissions are set up to disallow that.

That is, using 'svn rm'.

-Karl

--
Subversion support & consulting  <>  http://producingoss.com/consulting.html



RE: SVN tagging problem

Posted by Brian McCann <Br...@viziant.net>.
 
<ma...@viziant.net> 
Thanks,
Brian
 

________________________________

From: Karl Fogel [mailto:kfogel@red-bean.com]
Sent: Fri 6/8/2007 7:12 PM
To: Andy Levy
Cc: Brian McCann; Andreas Mahel; users@subversion.tigris.org
Subject: Re: SVN tagging problem



"Andy Levy" <an...@gmail.com> writes:
>> one last thing how do I delete tags, I've made a few tags during this
>> process of running the tag command
>
> "Tags" are just copies, so you delete them the same way you'd delete
> anything else. Unless your permissions are set up to disallow that.

That is, using 'svn rm'.

-Karl

--
Subversion support & consulting  <>  http://producingoss.com/consulting.html



Re: SVN tagging problem

Posted by Karl Fogel <kf...@red-bean.com>.
"Andy Levy" <an...@gmail.com> writes:
>> one last thing how do I delete tags, I've made a few tags during this
>> process of running the tag command
>
> "Tags" are just copies, so you delete them the same way you'd delete
> anything else. Unless your permissions are set up to disallow that.

That is, using 'svn rm'.

-Karl

-- 
Subversion support & consulting  <>  http://producingoss.com/consulting.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: SVN tagging problem

Posted by Andy Levy <an...@gmail.com>.
On 6/8/07, Brian McCann <Br...@viziant.net> wrote:
>
>
>
> Thanks Andreas,
>
> I'll tag  as you suggested:
>
> with .../tags/Components _JUNE_7_2007
> representing exactly that: the components folder on Zune 7th?
> This does make the most sense after looking at the other alternatives
>
> one last thing how do I delete tags, I've made a few tags during this
> process of running the tag command

"Tags" are just copies, so you delete them the same way you'd delete
anything else. Unless your permissions are set up to disallow that.

>
>
>
>
> Brian McCann
> Release Engineer
> Viziant Corporation
>
> Phone:  (617)-571-0075 ext106
> Cell:     (508) 212-9193
>  brian.mccann@viziant.net
>
>
>
>  ________________________________
>  From: Andreas Mahel [mailto:andreas.mahel@gmx.net]
> Sent: Fri 6/8/2007 9:20 AM
> To: users@subversion.tigris.org
> Cc: Brian McCann
> Subject: Re: SVN tagging problem
>
>
>
>
> 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

RE: SVN tagging problem

Posted by Brian McCann <Br...@viziant.net>.
Thanks Andreas,
 
I'll tag  as you suggested:
 
with .../tags/Components _JUNE_7_2007
representing exactly that: the components folder on Zune 7th?
This does make the most sense after looking at the other alternatives

one last thing how do I delete tags, I've made a few tags during this process of running the tag command

--Brian


 
Brian McCann
Release Engineer
Viziant Corporation
 
Phone:  (617)-571-0075 ext106
Cell:     (508) 212-9193 
 brian.mccann@viziant.net
 
 

________________________________

From: Andreas Mahel [mailto:andreas.mahel@gmx.net]
Sent: Fri 6/8/2007 9:20 AM
To: users@subversion.tigris.org
Cc: Brian McCann
Subject: Re: SVN tagging problem



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
>




Re: SVN tagging problem

Posted by Andreas Mahel <an...@gmx.net>.
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

RE: RE: SVN tagging problem

Posted by Brian McCann <Br...@viziant.net>.
I removed the spaces type error on my part


 but still get the same error [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

 
--Brian
 

________________________________

From: Thomas Hemmer [mailto:themmer@go-engineering.de]
Sent: Fri 6/8/2007 8:49 AM
To: Brian McCann; users@subversion.tigris.org
Subject: RE: SVN tagging problem


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 


RE: SVN tagging problem

Posted by Thomas Hemmer <th...@go-engineering.de>.
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