On Thu, Apr 29, 2010 at 04:38, 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?
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 just for people who need help with the transition. http://svnbook.red-bean.com/nightly/en/svn.forcvs.html