When performing a subversion status update
svn st -u
All changes both remote and local are displayed. Is there a way to filter this list to show only remotely modified files?
(without using awk, sed or the like)
Thanks!
|
feedback
|
|
Almost:
However, this will not compare each file to the repository as | |||||
feedback
|