I need to tag my project with the latest revision(working copy).I thought about using svn info command,but I am doing selective updates so what i have is a working copy with mixed revision and while doing svn info it is showing some old revision.Please help to tag my source which is of mixed revision.
I also found svnversion, will it help??
which is better for the job svn info or svnversion
svnversion exposes the same information (Revision number) of svn info, but summarized.
I always used svn info to get this information.