Search code examples
svnrevision

what is the command to see the revision of individual files under a folder in svn?


I happen to have different revision of files (svn) under a folder. Is there any command to show what is the revision of each of the files I have? I know I can do a svn st -uq but that only shows the files that are different from the server, and I would like to know the revisions independent if there is a newer version or not.


Solution

  • svn ls -v URL|PATH

    >svn ls -v http://mayorat.ursinecorner.ru:8088/svn/Hello/trunk/
         36 lazybadg              янв 09 11:45 ./
         34 lazybadg           42 мар 24  2012 Dr?p?r.ma?ar.sv?nskan.man.eller.smalensk?n.txt
         32 lazybadg           88 дек 27  2011 Hello.de.txt
         33 lazybadg           82 фев 28  2012 Hello.en.txt
         36 lazybadg           88 янв 09 11:45 Hello.eo.txt
         35 lazybadg           90 янв 09 11:35 Hello.fr.txt
    

    First column in output is file-revision