Re: Slow VM, svn client drops connection with FIN packet

2013-12-17 Thread Branko Čibej
On 17.12.2013 16:19, Stuart MacDonald wrote: > On Monday, December 16, 2013 1:45:11 PM UTC-5, Branko Čibej wrote: > > So your server is using an nginx proxy, and your 1.7 client > doesn't work with it. The thing to do is to try to reproduce this > with 1.8, and if it's reproducible, it'

Re: Slow VM, svn client drops connection with FIN packet

2013-12-17 Thread Stuart MacDonald
On Mon, Dec 16, 2013 at 12:45 PM, Mark Phippard wrote: > On Mon, Dec 16, 2013 at 12:31 PM, Stuart MacDonald < > stuartm.cod...@gmail.com> wrote: > >> If someone can point me at a Ubuntu-compatible package, I'm more than >> happy to upgrade. Last time I looked (within the last two months) I was >>

Re: Slow VM, svn client drops connection with FIN packet

2013-12-17 Thread Stuart MacDonald
On Monday, December 16, 2013 1:45:11 PM UTC-5, Branko Čibej wrote: > > So your server is using an nginx proxy, and your 1.7 client doesn't work > with it. The thing to do is to try to reproduce this with 1.8, and if it's > reproducible, it's still most likely a proxy bug (nginx 1.0.5 is rather

"svn log --limit" very slow with 1.8 client and 1.4 server

2013-12-17 Thread Peter Harris
https://subversion.apache.org/reporting-issues.html directed me to report issues to this mailing list. With svn 1.8.x (tested 1.8.3 and 1.8.5), "svn log" is very slow against older svnserve (tested 1.4.6) when specifying any path other than the root of the repository. eg. $ time svn log -l1 svn:

Re: Upgrade Subversion Repository from 1.5 into 1.8

2013-12-17 Thread Thomas Harold
On 12/16/2013 9:03 AM, Krishnamoorthi Gopal wrote: Thanks for your clarification pavel.. If i used existing repositories in Subversion 1.8 then how can i benefit features in new version.. Shall i use commands like "svnadmin Upgrade" to upgrade my existing repos into latest.. As Mark says, "

Re: "svn log --limit" very slow with 1.8 client and 1.4 server

2013-12-17 Thread Philip Martin
Peter Harris writes: > https://subversion.apache.org/reporting-issues.html directed me to > report issues to this mailing list. > > With svn 1.8.x (tested 1.8.3 and 1.8.5), "svn log" is very slow against > older svnserve (tested 1.4.6) when specifying any path other than the > root of the reposit

Re: "svn log --limit" very slow with 1.8 client and 1.4 server

2013-12-17 Thread Philip Martin
Philip Martin writes: > Peter Harris writes: > >> https://subversion.apache.org/reporting-issues.html directed me to >> report issues to this mailing list. >> >> With svn 1.8.x (tested 1.8.3 and 1.8.5), "svn log" is very slow against >> older svnserve (tested 1.4.6) when specifying any path othe

Re: "svn log --limit" very slow with 1.8 client and 1.4 server

2013-12-17 Thread Peter Harris
On 2013-12-17 12:33, Philip Martin wrote: > Philip Martin writes: > >> Peter Harris writes: >> >>> With svn 1.8.x (tested 1.8.3 and 1.8.5), "svn log" is very slow against >>> older svnserve (tested 1.4.6) when specifying any path other than the >>> root of the repository. >> >> I can reproduce t

Fork and merge individual files

2013-12-17 Thread
Does subversion provide a way to fork and merge individual files stored in various points within a repository? If it does, can anyone provide a small example showcasing this feature? Thanks, Zé

Re: Fork and merge individual files

2013-12-17 Thread Ryan Schmidt
On Dec 17, 2013, at 13:56, Zé wrote: > Does subversion provide a way to fork and merge individual files stored in > various points within a repository? If it does, can anyone provide a small > example showcasing this feature? Subversion does not have a “fork” command but it does have a “copy”