diff -r BASE:HEAD and switched subdirectories?
From: Rory McCann <rory_at_netsoc.ucd.ie>
Date: 2007-02-28 12:20:09 CET
I'm having trouble with svn diff on directories that I've 'switch'ed.
In the repository, I have 2 directories, a and c.
$ svn list -R file:///path/to/repo
In my working copy I have 'a' checked out and have switched 'a/c' to be
$ find a ! -path '*.svn*'
This is because I need the files in c to be shared amoung a few
I can update and commit fine and it'll go through the various
But when I try to see what would be changed (remember this has just been
$ svn diff -rBASE:HEAD
However normal svn diff works fine:
$ cat >> c/file2
It looks as if when you svn diff with a switched directory, it doesn't
Is there anyway to 'fix' this?
Thanks,
Rory
---------------------------------------------------------------------
|
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.