Re: SubVersion crash in TortoiseSVN 1.8.8

2014-10-01 Thread Dev Gallie
Hi all, I have experienced the same error as Rich McGraw and Bert, except that I got another assertion before theirs: So first: --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the

Re: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Mohsin
Hi, For accessing repo in browser we are using HTTP protocol while on linux server i think (not sure) we are using file scheme . Here is import command which we had used on linux server for importing data in newly created repository. FYI svn import -m First Import /tmp/Test/ file:///X/Y/ Adding

Re: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Andreas Stieger
On 1 Oct 2014, at 10:15, Mohsin mohsinchan...@gmail.com wrote: For accessing repo in browser we are using HTTP protocol while on linux server i think (not sure) we are using file scheme . If you are not sure then go check. I gave interpretations on what the difference means. If if fails on

Re: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Mohsin
Hi, How can i check which scheme we are using on linux server ? can you share command so that i can tell you ? Mohsin -- View this message in context: http://subversion.1072662.n5.nabble.com/SVN-Commit-Failed-For-Data-larger-Than-2-GB-How-To-Resolve-tp190417p190486.html Sent from the

AW: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Markus Schaber
Hi, Mohsin, Von: Mohsin [mailto:mohsinchan...@gmail.com] How can i check which scheme we are using on linux server ? can you share command so that i can tell you ? Check the start of the URLs you're using to access the repository: http://server/some/path- http access, apache

Re: AW: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Mohsin
Hi, we are using HTTP protocol for repository access in browser e.g http://server/some/path Mohsin -- View this message in context: http://subversion.1072662.n5.nabble.com/SVN-Commit-Failed-For-Data-larger-Than-2-GB-How-To-Resolve-tp190417p190491.html Sent from the Subversion Users

Re: AW: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Les Mikesell
On Wed, Oct 1, 2014 at 7:45 AM, Mohsin mohsinchan...@gmail.com wrote: Hi, we are using HTTP protocol for repository access in browser e.g http://server/some/path I'm not sure it is clear from this thread whether you have succeeded in committing 2Gb with a command line svn client using http

Re: AW: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Mohsin
Dear, That's what i am saying from last 2 days I was successful in committing data by using svn command line on Linux server but I faced issue with tortoise svn client on my window machine . That clearly depicts issue is with tortoise svn i know that but most important thing which i am eagerly

Re: AW: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Les Mikesell
On Wed, Oct 1, 2014 at 10:23 AM, Mohsin mohsinchan...@gmail.com wrote: Dear, That's what i am saying from last 2 days I was successful in committing data by using svn command line on Linux server but I faced issue with tortoise svn client on my window machine . Thanks - it would have been

Re: AW: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Mohsin
Thanks Dear, Thanks - it would have been more clear if you had shown that svn command line instead of the one that used the file:// protocol. Ignore my file:// protocol post that was in some other context . I am using HTTP protocol for repository access. First note that the svn command line

Re: AW: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Les Mikesell
On Wed, Oct 1, 2014 at 11:27 AM, Mohsin mohsinchan...@gmail.com wrote: Thanks Dear, Thanks - it would have been more clear if you had shown that svn command line instead of the one that used the file:// protocol. Ignore my file:// protocol post that was in some other context . I am using HTTP

Re: AW: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-10-01 Thread Mohsin
Hi , After upgrading my Tortoise SVN client version (1.8.7) on my windows machine I was able to commit folder of size 4.7 GB : ) There is no issue in tortoise svn client nor in SVN server. Thanks all of you for your support . Regards Mohsin Abbas -- View this message in context: