Re: Sequence of SVN commits cannot be replayed

2014-03-24 Thread Philip Martin
sebb writes: > So what is the next stage in getting this inconsistency fixed ? > Do I have to create a Bugzilla entry or will someone else take care of that? I've done it: http://subversion.tigris.org/issues/show_bug.cgi?id=4482 -- Philip Martin | Subversion Committer WANdisco // *Non-Stop Dat

Re: Sequence of SVN commits cannot be replayed

2014-03-24 Thread sebb
On 23 March 2014 11:18, Philip Martin wrote: > Daniel Shahaf writes: > >> sebb wrote on Sat, Mar 22, 2014 at 01:28:33 +: >>> To reproduce the problem, start as follows: >>> >>> svn co http://dist.apache.org/repos/dist/release/commons/dbcp/@4582 >>> >>> Then apply the following revisions in or

Re: Sequence of SVN commits cannot be replayed

2014-03-24 Thread sebb
On 24 March 2014 01:21, Daniel Shahaf wrote: > Daniel Shahaf wrote on Sun, Mar 23, 2014 at 02:34:35 +: >> sebb wrote on Sat, Mar 22, 2014 at 01:28:33 +: >> > To reproduce the problem, start as follows: >> > >> > svn co http://dist.apache.org/repos/dist/release/commons/dbcp/@4582 >> > >> >

Re: Sequence of SVN commits cannot be replayed

2014-03-23 Thread Daniel Shahaf
Daniel Shahaf wrote on Sun, Mar 23, 2014 at 02:34:35 +: > sebb wrote on Sat, Mar 22, 2014 at 01:28:33 +: > > To reproduce the problem, start as follows: > > > > svn co http://dist.apache.org/repos/dist/release/commons/dbcp/@4582 > > > > Then apply the following revisions in order: > > >

Re: Sequence of SVN commits cannot be replayed

2014-03-23 Thread Philip Martin
Daniel Shahaf writes: > sebb wrote on Sat, Mar 22, 2014 at 01:28:33 +: >> To reproduce the problem, start as follows: >> >> svn co http://dist.apache.org/repos/dist/release/commons/dbcp/@4582 >> >> Then apply the following revisions in order: >> >> 4583 >> 4586 >> 4588 >> 4592 >> 4593 >> 4

Re: Sequence of SVN commits cannot be replayed

2014-03-23 Thread Andreas Stieger
Hello, On 22/03/14 01:28, sebb wrote: > svn co http://dist.apache.org/repos/dist/release/commons/dbcp/@4582 > > Then apply the following revisions in order: > > 4583 This alone (with https) results in obstructed items on GNU/Linux: $ svn up -r4583 Updating '.': UU binaries/HEADER.html UU b

Re: Sequence of SVN commits cannot be replayed

2014-03-22 Thread Daniel Shahaf
sebb wrote on Sat, Mar 22, 2014 at 01:28:33 +: > To reproduce the problem, start as follows: > > svn co http://dist.apache.org/repos/dist/release/commons/dbcp/@4582 > > Then apply the following revisions in order: > > 4583 > 4586 > 4588 > 4592 > 4593 > 4599 I can't reproduce an error with l

Re: Sequence of SVN commits cannot be replayed

2014-03-22 Thread sebb
On 22 March 2014 01:28, sebb wrote: > I think I have found a sequence of commits to SVN that cannot be > replayed in a workspace. > > I was trying to change a file into a link, and made some mistakes in > the process. > These mistakes caused svnpubsub to leave the workspace incorrectly updated. >