phi...@tigris.org wrote on Fri, Feb 18, 2011 at 14:16:29 -0800:
> http://subversion.tigris.org/issues/show_bug.cgi?id=3815
> Issue #|3815
> Summary|incremental hotcopy, fsfs-only
>Component|subversion
> Version|---
>
hwri...@apache.org wrote on Wed, Feb 16, 2011 at 17:58:00 -:
> Author: hwright
> Date: Wed Feb 16 17:58:00 2011
> New Revision: 1071330
>
> URL: http://svn.apache.org/viewvc?rev=1071330&view=rev
> Log:
> Merge r1051744, r1051745, r1053185, r1053241 from trunk, using the
> instructions
> inclu
s...@apache.org wrote on Thu, Feb 17, 2011 at 13:15:14 -:
> Author: stsp
> Date: Thu Feb 17 13:15:13 2011
> New Revision: 1071602
>
> URL: http://svn.apache.org/viewvc?rev=1071602&view=rev
> Log:
> * subversion/svn/blame-cmd.c
> (svn_cl__blame): If one of the targets is a non-existent URL or
Daniel Shahaf writes:
> Why can't you svnsync the master to the hotcopy using file:// URLs?
> (and create the svn:sync-* props before / remove them after, if that's
> a problem)
That's one option. svnsync is probably less efficient in terms of disk
IO. At the moment svnsync doesn't do exclusiv
Philip Martin wrote on Sat, Feb 19, 2011 at 09:43:49 +:
> Daniel Shahaf writes:
>
> > Why can't you svnsync the master to the hotcopy using file:// URLs?
> > (and create the svn:sync-* props before / remove them after, if that's
> > a problem)
>
> That's one option. svnsync is probably less
Daniel Shahaf wrote on Sat, Feb 19, 2011 at 11:45:54 +0200:
> (For example, WebDAV mirrors also suffer from both of these problems)
Oops; I already said that in another mail. Sorry for the duplication.
Daniel Shahaf writes:
> Philip Martin wrote on Sat, Feb 19, 2011 at 09:43:49 +:
>> At the moment svnsync doesn't do exclusive file locks or old
>> revprops that have changed. svnsync is unlikely to ever update old
>> revprops automatically, it is likely that it will always need some
>> exter
Philip Martin writes:
> Daniel Shahaf writes:
>>
>> Either method would need to account for old-revprop changes and for 'svn
>> lock' locks.
>
> Unless we start recording some sort of history for revprops the only
> option for svnsync is to resend all revprops, hotcopy has more options.
As you
Philip Martin wrote on Sat, Feb 19, 2011 at 10:30:17 +:
> Philip Martin writes:
>
> > Daniel Shahaf writes:
> >>
> >> Either method would need to account for old-revprop changes and for 'svn
> >> lock' locks.
> >
> > Unless we start recording some sort of history for revprops the only
> > op
On Sat, Feb 19, 2011 at 13:47, wrote:
> Author: stefan2
> Date: Sat Feb 19 10:47:16 2011
> New Revision: 1072302
>
> URL: http://svn.apache.org/viewvc?rev=1072302&view=rev
> Log:
> Merge all changes (r1068724, r1068739) from the
> integrate-cache-item-serialization branch.
>
> These patches intro
On Sat, Feb 19, 2011 at 10:56:55AM +0200, Daniel Shahaf wrote:
> hwri...@apache.org wrote on Wed, Feb 16, 2011 at 17:58:00 -:
> > Author: hwright
> > Date: Wed Feb 16 17:58:00 2011
> > New Revision: 1071330
> >
> > URL: http://svn.apache.org/viewvc?rev=1071330&view=rev
> > Log:
> > Merge r1051
Stefan Sperling wrote on Sat, Feb 19, 2011 at 12:49:45 +0100:
> On Sat, Feb 19, 2011 at 10:56:55AM +0200, Daniel Shahaf wrote:
> > hwri...@apache.org wrote on Wed, Feb 16, 2011 at 17:58:00 -:
> > > Author: hwright
> > > Date: Wed Feb 16 17:58:00 2011
> > > New Revision: 1071330
> > >
> > > URL
[[[
% cd tools/client-side/
% touch foo
% $svn add * -q
svn: E29: Could not add all targets because some targets don't exist
%
]]]
The error message is wrong: the /real/ problem is that some targets
are already versioned, not that I did 'svn add fou'.
Daniel Shahaf writes:
> [[[
> % cd tools/client-side/
> % touch foo
> % $svn add * -q
> svn: E29: Could not add all targets because some targets don't exist
> %
> ]]]
>
> The error message is wrong: the /real/ problem is that some targets
> are already versioned, not that I did 'svn add fou'
Noorul Islam K M wrote on Sat, Feb 19, 2011 at 20:12:55 +0530:
> Daniel Shahaf writes:
>
> > [[[
> > % cd tools/client-side/
> > % touch foo
> > % $svn add * -q
> > svn: E29: Could not add all targets because some targets don't exist
> > %
> > ]]]
> >
> > The error message is wrong: the /rea
Hello.
I'm learning a Subversion API right now and have following test code:
http://pastebin.com/rVQM7TpJ
The svn_client_ls() call correctly returns error code since i give a
wrong repository URL. But next call to svn_client_update3() ALWAYS
returns success (zero) regardless of arguments i supp
Please use paragraphs.
Grigory Petrov wrote on Sat, Feb 19, 2011 at 18:08:36 +0300:
> Hello.
>
> I'm learning a Subversion API right now and have following test code:
> http://pastebin.com/rVQM7TpJ
> The svn_client_ls() call correctly returns error code since i give a
> wrong repository URL. But
Paul Burba writes:
> If someone with the requisite linux skills/hardware could tweak
> makefile.in so it can take advantage of the --milestone-filter option,
> well that would be fabulous.
>
> Paul
>
> On Thu, Feb 17, 2011 at 5:09 PM, wrote:
>> Author: pburba
>> Date: Thu Feb 17 22:09:02 2011
>
When ./ is a working copy, 'svn up nonexistentpath' returns zero
because, if that path had been added between BASE and HEAD, it would
create that file in the wc.
Outside a working copy it should signal an error. (currently
outside of a working copy it generates a "Skip" notification)
I have co
On Sat, Feb 12, 2011 at 00:38, wrote:
> Author: jcorvel
> Date: Fri Feb 11 21:38:55 2011
> New Revision: 1069961
>
> URL: http://svn.apache.org/viewvc?rev=1069961&view=rev
> Log:
> Re-enable elimination of the identical suffix for diff (and diff3 (merge) and
> diff4), which was disabled in r10686
On Sat, Feb 19, 2011 at 10:31 AM, wrote:
> Author: stefan2
> Date: Sat Feb 19 09:31:01 2011
> New Revision: 1072282
>
> URL: http://svn.apache.org/viewvc?rev=1072282&view=rev
> Log:
> Public definitions should be prefixed by SVN_. Thus, rename the default
> compression level and introduce boundar
On Sat, Feb 19, 2011 at 8:03 PM, Ivan Zhakov wrote:
> On Sat, Feb 12, 2011 at 00:38, wrote:
>> Author: jcorvel
>> Date: Fri Feb 11 21:38:55 2011
>> New Revision: 1069961
>>
>> URL: http://svn.apache.org/viewvc?rev=1069961&view=rev
>> Log:
>> Re-enable elimination of the identical suffix for diff
22 matches
Mail list logo