[PATCH] Fix 61 German fuzzy strings

2011-12-13 Thread Andreas Stieger
Hello, I corrected / translated some fuzzy German strings. [[[ * subversion/po/de.po : Fix 61 fuzzy strings. ]]] Regards, Andreas Stieger Index: subversion/po/de.po === --- subversion/po/de.po (revision 1214015) +++ subversion/po/de

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Johan Corveleyn
On Tue, Dec 13, 2011 at 11:52 PM, Daniel Shahaf wrote: > Johan Corveleyn wrote on Tue, Dec 13, 2011 at 22:04:33 +0100: [...] >> And even: >> >>   $ svn mv some/file.txt some/otherfile.txt >>   $ svn mv some/otherfile.txt some/file.txt >>   $ svn ci -m "Replace some/file.txt with a copy of itself."

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Daniel Shahaf
Eric S. Raymond wrote on Tue, Dec 13, 2011 at 16:24:00 -0500: > Here's what's going on. [...] Thanks for the background; interesting. I've just read it and will read it again more carefully tomorrow.

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Daniel Shahaf
Johan Corveleyn wrote on Tue, Dec 13, 2011 at 22:04:33 +0100: > On Tue, Dec 13, 2011 at 8:16 PM, Daniel Shahaf > wrote: > > C. Michael Pilato wrote on Tue, Dec 13, 2011 at 14:01:45 -0500: > >> On 12/13/2011 01:25 PM, Eric S. Raymond wrote: > >> > C. Michael Pilato : > >> >>> Does a file replace d

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Eric S. Raymond
Daniel Shahaf : > Eric S. Raymond wrote on Tue, Dec 13, 2011 at 13:34:03 -0500: > > Self-defense, I assure you. I'm attempting to build a better SVN-to-DVCS > > converter than exists anywhere now, and the best way to understand the > > dump format well enough to do that is to document it in detail

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Johan Corveleyn
On Tue, Dec 13, 2011 at 8:16 PM, Daniel Shahaf wrote: > C. Michael Pilato wrote on Tue, Dec 13, 2011 at 14:01:45 -0500: >> On 12/13/2011 01:25 PM, Eric S. Raymond wrote: >> > C. Michael Pilato : >> >>> Does a file replace differ in any way from a delete plus add of the new >> >>> text? >> >> >> >

JavaDoc for JavaHL

2011-12-13 Thread Mark Phippard
Hyrum I think you posted the previous JavaDoc. Can you update the documentation on our web site so that the JavaDoc for 1.7 is available? -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Daniel Shahaf
C. Michael Pilato wrote on Tue, Dec 13, 2011 at 14:01:45 -0500: > On 12/13/2011 01:25 PM, Eric S. Raymond wrote: > > C. Michael Pilato : > >>> Does a file replace differ in any way from a delete plus add of the new > >>> text? > >> > >> In Subversion, yes. A replacement is, like an add or a delet

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread C. Michael Pilato
On 12/13/2011 01:25 PM, Eric S. Raymond wrote: > C. Michael Pilato : >>> Does a file replace differ in any way from a delete plus add of the new >>> text? >> >> In Subversion, yes. A replacement is, like an add or a delete, an operation >> at the node level, not an operation on the contents of th

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Daniel Shahaf
Eric S. Raymond wrote on Tue, Dec 13, 2011 at 13:34:03 -0500: > Self-defense, I assure you. I'm attempting to build a better SVN-to-DVCS > converter than exists anywhere now, and the best way to understand the > dump format well enough to do that is to document it in detail. Curious if you also i

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Daniel Shahaf
Eric S. Raymond wrote on Tue, Dec 13, 2011 at 13:30:10 -0500: > Daniel Shahaf : > > Eric S. Raymond wrote on Tue, Dec 13, 2011 at 09:44:59 -0500: > > > Yes, but in a single copy command? My experience is that every one copy > > > operation done from the CLI triggers a commit. > > > > Not every s

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Daniel Shahaf
Eric S. Raymond wrote on Tue, Dec 13, 2011 at 13:25:13 -0500: > C. Michael Pilato : > > > Does a file replace differ in any way from a delete plus add of the new > > > text? > > > > In Subversion, yes. A replacement is, like an add or a delete, an operation > > at the node level, not an operatio

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Eric S. Raymond
Greg Stein : > >I have commit > > privileges on the Subversion repo; I was given them in connection > > with svncutter. I'm willing to fix up that file, but want to check > > that I wouldn't be stepping on any toes by doing so. > > Process-wise,

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Eric S. Raymond
Daniel Shahaf : > Eric S. Raymond wrote on Tue, Dec 13, 2011 at 09:44:59 -0500: > > Yes, but in a single copy command? My experience is that every one copy > > operation done from the CLI triggers a commit. > > Not every single 'svn cp' invocation triggers a commit. I've never been able to stop

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Eric S. Raymond
C. Michael Pilato : > > Does a file replace differ in any way from a delete plus add of the new > > text? > > In Subversion, yes. A replacement is, like an add or a delete, an operation > at the node level, not an operation on the contents of that node. A replace > is an addition of a new objec

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Greg Stein
On Dec 13, 2011 2:14 AM, "Eric S. Raymond" wrote: > > I have just finished writing a full parser for Subversion dumpfiles. > The next release of reposurgeon will have the ability to read them > directly, though not to write them. > > In the process, I've looked very closely at the file > > https:/

Re: svn commit: r1213746 - in /subversion/branches/1.7.x: ./ subversion/include/private/ subversion/libsvn_fs_fs/ subversion/libsvn_subr/ subversion/svnserve/ subversion/tests/cmdline/

2011-12-13 Thread Daniel Shahaf
I've fixed my environment such that in the future these merges will be done using a 1.7.x svn. danie...@apache.org wrote on Tue, Dec 13, 2011 at 15:48:05 -: > Author: danielsh > Date: Tue Dec 13 15:48:04 2011 > New Revision: 1213746 > > URL: http://svn.apache.org/viewvc?rev=1213746&view=rev >

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Stephen Butler
On Dec 13, 2011, at 16:37 , Daniel Shahaf wrote: > Eric S. Raymond wrote on Tue, Dec 13, 2011 at 09:44:59 -0500: >> Yes, but in a single copy command? My experience is that every one copy >> operation done from the CLI triggers a commit. > > Not every single 'svn cp' invocation triggers a comm

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Daniel Shahaf
Eric S. Raymond wrote on Tue, Dec 13, 2011 at 09:44:59 -0500: > Yes, but in a single copy command? My experience is that every one copy > operation done from the CLI triggers a commit. Not every single 'svn cp' invocation triggers a commit. And, by the way, dumpfiles need to represent things th

[PATCH] Issue #4079: 'svnmucc cp 1 ^/trunk' segfaults

2011-12-13 Thread Daniel Shahaf
[[[ * tools/client-side/svnmucc/svnmucc.c (main): Fix the 'ran out of arguments' check. ]]] Index: tools/client-side/svnmucc/svnmucc.c === --- tools/client-side/svnmucc/svnmucc.c (revision 1213724) +++ tools/client-side/svnmucc/svnm

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread C. Michael Pilato
On 12/13/2011 09:44 AM, Eric S. Raymond wrote: > Philip Martin : >> e...@thyrsus.com (Eric S. Raymond) writes: >> >>> # The "replace" action [?is only issued with directory copies, and?] >>> # signifies that the existing contents of the directory should be >>> # removed before the copy. >> >> Repla

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Eric S. Raymond
Philip Martin : > e...@thyrsus.com (Eric S. Raymond) writes: > > > # The "replace" action [?is only issued with directory copies, and?] > > # signifies that the existing contents of the directory should be > > # removed before the copy. > > Replace applies to files as well. Does a file replace d

Re: svn commit: r1213681 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2011-12-13 Thread Daniel Shahaf
On Tue, Dec 13, 2011, at 13:30, s...@apache.org wrote: > Author: stsp > Date: Tue Dec 13 13:30:33 2011 > New Revision: 1213681 > > URL: http://svn.apache.org/viewvc?rev=1213681&view=rev > Log: > * subversion/libsvn_fs_fs/fs_fs.c > (recover_body): svn_fs_fs__del_rep_reference() will assert if r

Re: Move tracking and NODES.moved_to/moved_here

2011-12-13 Thread Philip Martin
Philip Martin writes: > State 3: after A/B to A/B2 then A to A2 > op_depth local_relpath presence moved_here moved_to > 0A normalA2 > 0A/BnormalA2/B Typo, moved_to should be A2/B2. > 1A base-

Re: Problems with the documentation of Subversion dump format

2011-12-13 Thread Philip Martin
e...@thyrsus.com (Eric S. Raymond) writes: > # The "replace" action [?is only issued with directory copies, and?] > # signifies that the existing contents of the directory should be > # removed before the copy. Replace applies to files as well. > # Interpreting copyfrom_path for file copies is s