I work with another developer in the same working copy (I know that is a bad idea), we usually do updated of individual files, and now we have files in some revision and others in another.
How can I see a list of files with their respectives revision numbers? (The working copy is in a linux box, and we’re using svn command line.
Thanks in advance for any help
Finally I used combined solution using the command posted by Dmitry Yudakov and a litle script in js-rhino. Now I can find all the files with a different revision number doing something like:
svn info -R >
tmp_info rhino read-svn.js | grep -v 295