svn diff doesn't include repository path of changed files
From: David Sitsky <sits_at_users.sourceforge.net>
Date: 2003-08-18 03:02:29 CEST
Hi,
I am the writer of Codestriker (http://codestriker.sourceforge.net), a
A user informed me of a problem I wasn't aware of. Code review topics are
"cvs diff -uN > /tmp/review.txt"
This file is then loaded in Codestriker, parsed, and then available for
I had a user, who had something like:
project/dira/file1.java
He did a:
cd project/dirb
This caused a problem, rather than seeing something like:
Index: project/dirb/file3.java
the repository path information is not present, as this is what happened:
Index: file3.java
This information is often really important, as it adds extra information to
Codestriker needs this information, to be able to link the file being
Is there another flag or another way of retrieving this information? I'm
I should also say, I am not a real subversion user yet (and I'm not
Cheers,
-- Cheers, David --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Aug 18 03:14:31 2003 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.