Re: "svn copy --parents" allows insertion of an errant '\' in http://path

2014-05-12 Thread Tobias Bading
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

Re: "svn copy --parents" allows insertion of an errant '\' in http://path

2014-05-12 Thread Tobias Bading
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

svn diff --summarize question

2014-05-12 Thread Dan Ellis
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

[no subject]

2014-05-12 Thread Bart Beagles

Checksum in --xml for svn info

2014-05-12 Thread Dan Ellis
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