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
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."
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.
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
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
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?
>> >>
>> >
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/
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
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
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
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
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
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,
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
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
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:/
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
>
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
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
[[[
* 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
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
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
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
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-
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
25 matches
Mail list logo