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

Re: Query based on labels

From: Mark Reibert <svn_at_reibert.com>
Date: Sun, 03 Feb 2008 22:43:54 -0700

Answers to specific questions below, but as a general recommendation you
probably want to spend some time reading:

http://svnbook.red-bean.com

On Mon, 2008-02-04 at 05:01 +0000, Kota, Sreenivasa ShravanaKumar wrote:
>
> I am new SVN. Earlier, I worked on ClearCase. I have a series of
> questions related to SVN.
>
> 1. What is equivalent of ClearCase labels in SVN ?

No direct equivalent, however the concept is covered in SVN using
"tags". See:

http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.branchmerge.tags

> 2. How to create and apply labels to files in SVN ?

See link above.

> 3. Is it possible to query files based on certain labels ? If so,
> How ? Something similar to cleartool find ?

There is no equivalent to "ct find" supported within SVN proper. But
that really doesn't make sense given there are no "labels" (in the
ClearCase sense). You would just end up issuing something like "svn ls"
on your tags directory.

> 4. Is there any limitation on maximum number of branches and tags can
> be created in subversion?

I do not believe so.

> 5. What is the equivalent of rmname ( ClearCase ) in SVN ?

svn rm ...
 
-
----------------------
Mark S. Reibert, Ph.D.
svn_at_reibert.com
----------------------

---------------------------------------------------------------------
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-04 06:44:14 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.