Re: FSFS format7 and compressed XML bundles

2013-03-05 Thread Vincent Lefevre
On 2013-03-01 14:58:10 +, Philip Martin wrote: > A server-side solution is difficult. Suppose the client has some > uncompressed content U which it compresses to C and sends to the server. > The server can uncompress C to get U but unless the compression scheme > has a canonical compressed for

RE: svn commit: r1452780 - /subversion/trunk/subversion/libsvn_subr/subst.c

2013-03-05 Thread Bert Huijben
> -Original Message- > From: [email protected] [mailto:[email protected]] > Sent: dinsdag 5 maart 2013 13:57 > To: [email protected] > Subject: svn commit: r1452780 - > /subversion/trunk/subversion/libsvn_subr/subst.c > > Author: stsp > Date: Tue Mar 5 12:57:00 2013 > New Revisi

Re: svn commit: r1452780 - /subversion/trunk/subversion/libsvn_subr/subst.c

2013-03-05 Thread Stefan Sperling
On Tue, Mar 05, 2013 at 02:07:11PM +0100, Bert Huijben wrote: > > @@ -1743,7 +1743,12 @@ svn_subst_copy_and_translate4(const char > > } > > > >/* Now that dst_tmp contains the translated data, do the atomic rename. > > */ > > - return svn_error_trace(svn_io_file_rename(dst_tmp, dst, pool

Re: FSFS format7 and compressed XML bundles

2013-03-05 Thread Julian Foad
Vincent Lefevre wrote: > On 2013-03-01 14:58:10 +, Philip Martin wrote: >> A server-side solution is difficult.  Suppose the client has some >> uncompressed content U which it compresses to C and sends to the server. >> The server can uncompress C to get U but unless the compression scheme

Re: FSFS format7 and compressed XML bundles

2013-03-05 Thread Vincent Lefevre
Hi Julian, On 2013-03-05 13:30:28 +, Julian Foad wrote: > Vincent Lefevre wrote: > > > On 2013-03-01 14:58:10 +, Philip Martin wrote: > >> A server-side solution is difficult.  Suppose the client has some > >> uncompressed content U which it compresses to C and sends to the server. > >>

Update/switch with an existing tree-conflict for move-update

2013-03-05 Thread Philip Martin
>From my point of view the main issue preventing 1.8 from branching is handling partial updates of a move source as described at the end of issue 4232 and in the XFAIL test op-depth-test.c:move_update_subtree. The problem is as follows: - the user moves a tree from source to destination - the

Re: Problems Reintegrating the fsfs-format7 branch

2013-03-05 Thread Julian Foad
Paul Burba wrote: > On Wed, Feb 27, 2013 at 5:04 PM, Julian Foad wrote: >>  Paul Burba wrote: >>>  I found the cause of the conflict filled reintegrate merge.  The >>>  automatic merge code seems to be doing the right thing re Mark's >>>  automatic merge above, the problem arises earlier. >> >>  P

Re: FSFS format7 and compressed XML bundles

2013-03-05 Thread Julian Foad
Vincent Lefevre wrote: > On 2013-03-05 13:30:28 +, Julian Foad wrote: >> Vincent Lefevre wrote: >> > On 2013-03-01 14:58:10 +, Philip Martin wrote: >> >>  A server-side solution is difficult.  Suppose the client has some >> >>  uncompressed content U which it compresses to C and sends

Re: Update/switch with an existing tree-conflict for move-update

2013-03-05 Thread Stefan Sperling
On Tue, Mar 05, 2013 at 04:37:03PM +, Philip Martin wrote: > not single-revision > > - the user cannot update to single-revision because the tree-conflict > must be resolved first > > To get out of this situation I think we have to allow the user to update > (or switch) the move sou

Re: FSFS format7 and compressed XML bundles

2013-03-05 Thread Julian Foad
I (Julian Foad) wrote: > Vincent Lefevre wrote: >>  On 2013-03-05 13:30:28 +, Julian Foad wrote: >>> Vincent Lefevre wrote: On 2013-03-01 14:58:10 +, Philip Martin wrote: > A server-side solution is difficult.  Suppose the client has some > uncompressed content U which it compr

Re: Update/switch with an existing tree-conflict for move-update

2013-03-05 Thread Julian Foad
Stefan Sperling wrote: > On Tue, Mar 05, 2013 at 04:37:03PM +, Philip Martin wrote: >>     not single-revision >> >>   - the user cannot update to single-revision because the tree-conflict >>     must be resolved first >> >> To get out of this situation I think we have to allow the user

Cannot checkout or update from svnserve 1.6

2013-03-05 Thread Simon Large
Hi guys, I have the TortoiseSVN build of the command line client, built against r1451811. I'm trying to update an upgraded 1.7 working copy from a repository served by svnserve 1.6.11 Update from the repo root works OK, update from lower down in the tree fails with: svn up Updating '.': svn: E21

Review of JavaHL updates (was: svn commit: r1453046 - in /subversion/trunk/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/ src/org/apache/subversion/javahl/callback/ tests/org/ap

2013-03-05 Thread Branko Čibej
On 05.03.2013 23:27, [email protected] wrote: > Author: brane > Date: Tue Mar 5 22:27:47 2013 > New Revision: 1453046 > > URL: http://svn.apache.org/r1453046 > Log: > Working on isue #4326 (update javahl with new 1.8 APIs). > > Implement property-inheritance-aware SVNCLient.properties. Given that

Re: Cannot checkout or update from svnserve 1.6

2013-03-05 Thread Paul Burba
On Tue, Mar 5, 2013 at 1:21 PM, Simon Large wrote: > Hi guys, > > I have the TortoiseSVN build of the command line client, built against > r1451811. I'm trying to update an upgraded 1.7 working copy from a > repository served by svnserve 1.6.11 > > Update from the repo root works OK, update from l

some questions about the delta operation in SVN

2013-03-05 Thread Bo Chen
Can anyone help me make clear the following questions? Thanks very much. I make some updates, and the SVN client generates the delta and sends it to the SVN server. Does the server simply store this delta to the repository, or do something more? Sometimes I find the SVN client does not delta the

Re: some questions about the delta operation in SVN

2013-03-05 Thread Daniel Shahaf
Bo Chen wrote on Tue, Mar 05, 2013 at 23:49:06 -0500: > Can anyone help me make clear the following questions? Thanks very much. > > I make some updates, and the SVN client generates the delta and sends it to > the SVN server. Does the server simply store this delta to the repository, > or do some

Re: some questions about the delta operation in SVN

2013-03-05 Thread Branko Čibej
On 06.03.2013 06:21, Daniel Shahaf wrote: > Bo Chen wrote on Tue, Mar 05, 2013 at 23:49:06 -0500: >> Can anyone help me make clear the following questions? Thanks very much. >> >> I make some updates, and the SVN client generates the delta and sends it to >> the SVN server. Does the server simply s