SVN tags

2010-04-29 Thread Wadhavankar, Hemant
Hello, I have a query. How to find tag(s) associated with any file available in trunk? For example cvs stat shows the list of tags associated with any file. Can something like this be done in SVN? Best, Hemant Unstoppable..

Re: SVN tags

2010-04-29 Thread vishwajeet singh
On Thu, Apr 29, 2010 at 2:08 PM, Wadhavankar, Hemant hemant.wadhavan...@lsi.com wrote: Hello, I have a query. How to find tag(s) associated with any file available in trunk? For example “cvs stat” shows the list of tags associated with any file. Can something like this be done in SVN?

Re: SVN tags

2010-04-29 Thread Johan Corveleyn
associated with any file. Can something like this be done in SVN? It can't. In SVN, tags are not properties of files. It's the other way around, conceptually. SVN is not CVS - you will have to do some things differently and change your way of thinking. Fortunately, The Book has a whole section