AW: Subversion 1.6.18 released

2012-04-16 Thread Becker, Thomas
Hi Stefan, Thanks for the new release! From the list of changes for 1.6.18 I learned that the server side performance of log -g was improved (r1152282). This sounds particularly interesting for our setup. Does a similar fix exist in 1.7.4, too? Regards, Thomas This email and its

AW: Strange behavior on directory delete/commit

2011-08-02 Thread Becker, Thomas
You could also delete the directory directly in the repository using svn delete url -m message. This way you would avoid the problem of committing partial changes of your working copy. Regards, Thomas -Ursprüngliche Nachricht- Von: Dominik Psenner [mailto:dpsen...@gmail.com]

AW: 1.7 compatibility issue

2011-07-27 Thread Becker, Thomas
: Dienstag, 26. Juli 2011 18:17 An: Becker, Thomas Cc: users@subversion.apache.org Betreff: Re: 1.7 compatibility issue On Tue, Jul 26, 2011 at 11:44 AM, Becker, Thomas thomas.bec...@torex.com wrote: Sorry for the confusion: stands for svn/repo_name, stands for server_host. The URL

1.7 compatibility issue

2011-07-26 Thread Becker, Thomas
Hi, I tried to list a repository served by Visual SVN 2.1.9 (Subversion 1.6.17, Apache 2.2.19) with a Windows 1.7 pre-release client downloaded from Collabnet (https://ctf.open.collab.net/sf/frs/do/viewRelease/projects.csvn/frs.svn _binaries.windows ). With the alpha and beta clients I get

AW: 1.7 compatibility issue

2011-07-26 Thread Becker, Thomas
Yes, actually starts with svn. The URL looks like this: https://server:8443/svn/repository_name Regards, Thomas -Ursprüngliche Nachricht- Von: Ivan Zhakov [mailto:i...@visualsvn.com] Gesendet: Dienstag, 26. Juli 2011 11:26 An: Becker, Thomas Cc: users@subversion.apache.org

strange merge conflict wrt. keywords

2011-07-26 Thread Becker, Thomas
Hi, We encountered a strange merge conflict: A branch was created from trunk, nothing was ever committed to this branch and this branch was never the source of a merge. After some time, when merging from trunk to the freshly checked-out branch we got a text conflict for a particular file.

AW: 1.7 compatibility issue

2011-07-26 Thread Becker, Thomas
An: Becker, Thomas Cc: users@subversion.apache.org Betreff: Re: 1.7 compatibility issue On Tue, Jul 26, 2011 at 4:34 AM, Becker, Thomas thomas.bec...@torex.com wrote: Hi, I tried to list a repository served by Visual SVN 2.1.9 (Subversion 1.6.17, Apache 2.2.19

RE: How do I escape a subversion keyword?

2011-05-30 Thread Becker, Thomas
How about: if (length('$LastCheckedDate$') == 17) # keyword wasn't expanded Regards, Thomas -Ursprüngliche Nachricht- Von: Bob Archer [mailto:bob.arc...@amsi.com] Gesendet: Freitag, 27. Mai 2011 19:08 An: dar...@chaosreigns.com; users@subversion.apache.org Betreff: RE: How do I

Re: client crash on merge --reintegrate

2011-01-13 Thread Becker, Thomas
-- Thomas Becker Software Development, Torex T: +49 (0)30 49901-0 E: thomas.bec...@torex.com Torex Retail Solutions GmbH, Salzufer 8, D-10587 Berlin T: +49 (0)30 49901-0 F: +49 (0)30 49901-139 www.torex.de Von: Becker, Thomas Gesendet

client crash on merge --reintegrate

2011-01-12 Thread Becker, Thomas
Hello, When trying to reintegrate a branch into trunk the SVN client (version 1.6.15) crashed. It asked me to send the log file, so here it is. The server had version 1.6.5, upgrading the server to 1.6.15 didn't help. On the other hand, a client with version 1.6.12 didn't crash.