Can svn merge --record-only be applied multiple times on a revision number ? Any side effects ?

2013-10-29 Thread Zk W
Hi All Are there side effects from applying the same svn merge --record-only on the same revision number and a new commit each time it is applied ? Would there be issues with SVN mergeinfo and/or SVN in general if one keeps applying svn merge --record-only on a revision number repeatedly and comm

Re: E120104: ra_serf: An error occurred during decompression

2013-10-29 Thread Johan Corveleyn
On Tue, Oct 29, 2013 at 9:48 PM, Jeff Dege wrote: > I'm setting up a repository on a new server, and I'm having problems. > > > > The new server is Subversion Edge 4.0.2, running Subversion 1.8.3. > > > > My client is TortoiseSVN 1.8.2. Other users in the office are running > TortoiseSVN 1.7.3, an

Re: E120104: ra_serf: An error occurred during decompression

2013-10-29 Thread Ben Reser
On 10/29/13 1:48 PM, Jeff Dege wrote: > ra_serf: An error occurred during decompression This looks to be another case of the ZLib assembly optimizations as described here: https://mail-archives.apache.org/mod_mbox/subversion-dev/201309.mbox/%3C003c01ceaf28%24aab563d0%2400202b70%24

E120104: ra_serf: An error occurred during decompression

2013-10-29 Thread Jeff Dege
I'm setting up a repository on a new server, and I'm having problems. The new server is Subversion Edge 4.0.2, running Subversion 1.8.3. My client is TortoiseSVN 1.8.2. Other users in the office are running TortoiseSVN 1.7.3, and they are seeing the same problem. Everything seems fine, except t

Re: Subversion 1.7.13 mod_dav_svn with mod_wsgi auth causes Apache segfaults

2013-10-29 Thread Howard, Larry P
On Oct 29, 2013, at 12:53 PM, Branko Čibej wrote: > Hmm ... This is reaching a bit far, but your initial post shows that the > crashes happen on the VirtualHost on port 80. I notice that you have > this parameter: > >SVNParentPath /var/lib//svn > > The extra slash shouldn't hurt, but maybe

RE: svn: E195016: merge error is dropping last character of path

2013-10-29 Thread Andrew Reedick
> -Original Message- > From: Andrew Reedick > Sent: Wednesday, September 11, 2013 9:19 AM > To: users@subversion.apache.org > Subject: svn: E195016: merge error is dropping last character of path > > So... any reason why the last character in paths are getting dropped in the > "Missing

Re: Subversion 1.7.13 mod_dav_svn with mod_wsgi auth causes Apache segfaults

2013-10-29 Thread Branko Čibej
On 29.10.2013 18:10, Howard, Larry P wrote: > Thanks for following up. Amending the previous httpd.conf as shown below > successfully invokes the mod_wsgi auth functions. > > httpd.conf: > > CoreDumpDirectory /tmp/apache2-gdb-dump > LogLevel debug > > listen 8080 > > > ServerName svn.mydomai

Re: Subversion 1.7.13 mod_dav_svn with mod_wsgi auth causes Apache segfaults

2013-10-29 Thread Howard, Larry P
Thanks for following up. Amending the previous httpd.conf as shown below successfully invokes the mod_wsgi auth functions. httpd.conf: CoreDumpDirectory /tmp/apache2-gdb-dump LogLevel debug listen 8080 ServerName svn.mydomain.org DocumentRoot /var/www WSGIAccessScript /v

Apache Subversion 1.8.4 released

2013-10-29 Thread Ben Reser
I'm happy to announce the release of Apache Subversion 1.8.4. Please choose the mirror closest to you by visiting: http://subversion.apache.org/download/#recommended-release The SHA1 checksums are: d114557f5de725890ba285f1902983196a11d7ad subversion-1.8.4.tar.gz 6753989f5c6909dac74e3

Re: Svndumpfilter

2013-10-29 Thread Stefan Sperling
On Tue, Oct 29, 2013 at 08:05:37PM +0530, Somashekarappa, Anup (CWM-NR) wrote: > > > Hi Guys, > > I am trying to extract one folder "B" from the repository "Current_repo" > and create a separate reposiotry. > > The followed the below steps but nothing has been loaded to the new > repository "ne

Svndumpfilter

2013-10-29 Thread Somashekarappa, Anup (CWM-NR)
Hi Guys, I am trying to extract one folder "B" from the repository "Current_repo" and create a separate reposiotry. The followed the below steps but nothing has been loaded to the new repository "new_repo". * svnadmin dump /var/svn/data/Current_repo > repo.dump * cat repo.dump | sv

Re: Subversion 1.7.13 mod_dav_svn with mod_wsgi auth causes Apache segfaults

2013-10-29 Thread Branko Čibej
On 29.10.2013 13:45, Howard, Larry P wrote: > An Apache configuration serving Subversion repositories, with mod_wsgi 3.3 > authentication provider, causes per request segfaults in Apache 2.2.22 with > mod_dav_svn from Subversion 1.7.13. If mod_wsgi auth directives are removed > from the Apache

Subversion 1.7.13 mod_dav_svn with mod_wsgi auth causes Apache segfaults

2013-10-29 Thread Howard, Larry P
An Apache configuration serving Subversion repositories, with mod_wsgi 3.3 authentication provider, causes per request segfaults in Apache 2.2.22 with mod_dav_svn from Subversion 1.7.13. If mod_wsgi auth directives are removed from the Apache configuration, then repositories are served properly

RE: malformed argument re-use in svn_client_url_from_path2

2013-10-29 Thread Maximo, Andre (GE Global Research)
Hi Ben and Bert, thanks for the feedback. The crashing problem was in fact poor handling of memory pools, as Bert suggested, and now it is fixed. There is no bug in svn_client_url_from_path2. Best, Andre. -Original Message- From: Maximo, Andre (GE Global Research) Sent: Friday, Oc

Re: How to revert a --record-only svn merge before a commit

2013-10-29 Thread Giulio Troccoli
On 29/10/13 10:43, Stefan Sperling wrote: On Tue, Oct 29, 2013 at 09:10:45AM +, Giulio Troccoli wrote: On 29/10/13 05:38, Zk W wrote: Hi All We use SVN 1.6 How do we perform a svn merge "revert" of a revision number that is --record-only in linux shell before a svn commit ? We perform sv

Re: How to revert a --record-only svn merge before a commit

2013-10-29 Thread Stefan Sperling
On Tue, Oct 29, 2013 at 09:10:45AM +, Giulio Troccoli wrote: > > On 29/10/13 05:38, Zk W wrote: > >Hi All > > > >We use SVN 1.6 > >How do we perform a svn merge "revert" of a revision number that is > >--record-only in linux shell before a svn commit ? > > > >We perform > >svn merge --record-o

Re: How to revert a --record-only svn merge before a commit

2013-10-29 Thread Branko Čibej
On 29.10.2013 10:10, Giulio Troccoli wrote: > > On 29/10/13 05:38, Zk W wrote: >> Hi All >> >> We use SVN 1.6 >> How do we perform a svn merge "revert" of a revision number that is >> --record-only in linux shell before a svn commit ? >> >> We perform >> svn merge --record-only -c 1234 http://tests

Re: How to revert a --record-only svn merge before a commit

2013-10-29 Thread Giulio Troccoli
On 29/10/13 05:38, Zk W wrote: Hi All We use SVN 1.6 How do we perform a svn merge "revert" of a revision number that is --record-only in linux shell before a svn commit ? We perform svn merge --record-only -c 1234 http://testsomething.com We like to revert that step. Thank you Sincerely