[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: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-06-08 16:07:14 CEST

On 6/8/07, Brian McCann <Brian.McCann@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
Received on Fri Jun 8 16:07:32 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.