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

Re: tag and check conflict

From: Troy Curtis Jr <troycurtisjr_at_gmail.com>
Date: Wed, 13 Feb 2008 15:53:44 -0600

On Feb 13, 2008 3:05 PM, hce <webmail.hce_at_gmail.com> wrote:
> Hi,
>
> In CVS, I used "cvs -q tag -c TAG_VERSION" to do tag and check the
> conflict. What command in svn equivalent to that to do the tag and the
> check?
>
> Thank you.
>
> Jim
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>

You can find the full answer in the svnbook:
http://svnbook.red-bean.com/en/1.4/svn.branchmerge.tags.html

The short answer is that Subversion does not know about any "tag"
concept as some seperate operation. Tags in Subversion are
implemented using cheap copies into a specially named directory.
Typically this is a directory named "tags" in to top level of the
repository.

As for the "check" operation, I'm not familiar with that so I don't
believe there is an analogous operation in Subversion (other than it
will check for the existence of the target location).

Hope it helps,
Troy

-- 
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-13 22:54:03 CET

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.