Re: Preserve timestamps while creating tag with SVN copy

2013-10-29 Thread Lorenz
Steve Cohen wrote: I would like to be able to create a tag using the SVN copy command so that the timestamps on the files in the destination are the same as those in the source. there are no individual timestamps on files in the repository, only one timestamp on the revision as a whole. If you

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

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://testsomething.com We

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-only -c 1234

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 svn

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,

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

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

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 |

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 new_repo. *

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

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 VirtualHost *:8080 ServerName svn.mydomain.org DocumentRoot /var/www Location

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 VirtualHost *:8080 ServerName

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 ranges:

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 br...@wandisco.com 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

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

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:

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 jeff.d...@korterra.com 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