You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by hce <we...@gmail.com> on 2008/02/13 21:05:17 UTC

tag and check conflict

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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: tag and check conflict

Posted by Troy Curtis Jr <tr...@gmail.com>.
On Feb 13, 2008 3:05 PM, hce <we...@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@subversion.tigris.org
> For additional commands, e-mail: users-help@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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org