Umm, forgot the obvious: Did you try to rename the directory directly in the
repository, e.g. using
svn mv -m "..." "http://svr/sandbox/A\B/bar1.c"; "http://svr/sandbox/AB/bar1.c";?
Tobias
On 07.05.2014, at 18:04, Tobias Bading wrote:
> Hi Dan,
>
> I just tried this on OS X (using svn 1.8.0) a
Grrr. That would have to be
svn mv -m "..." "http://svr/sandbox/A\B"; "http://svr/sandbox/AB";
of course. Sorry.
On 07.05.2014, at 18:11, Tobias Bading wrote:
> Umm, forgot the obvious: Did you try to rename the directory directly in the
> repository, e.g. using
> svn mv -m "..." "http://svr/s
Hi,
I'm trying to diff the contents between of a local working copy file to a
file in the repository (I really just need a yes/no answer). This file
happens to be identical in content, but they do not share the same ancestry
(unrelated nodes).
When I do a diff with no --summarize option, I get w
Hi,
Related to my other email regarding diffing a working copy file to a
potentially unrelated repository file; my real intent is to find out if two
files are different in content and really do not care about the actual
differences (the reason I want --summarize).
When performing an svn info on a