Re: difference between 1.8.1x and 1.9.9 in UUID creation/handling

2017-02-15 Thread olli hauer
On 2017-02-15 23:02, Stefan wrote: > Hi Olli, > On 2/15/2017 22:32, olli hauer wrote: >> Hi, >> >> I just noticed a UUID difference between svnadmin 1.8.15 and 1.9.5, but >> haven't found the documentation for this behavior >> Is it normal to have two UUID'

difference between 1.8.1x and 1.9.9 in UUID creation/handling

2017-02-15 Thread olli hauer
Hi, I just noticed a UUID difference between svnadmin 1.8.15 and 1.9.5, but haven't found the documentation for this behavior Is it normal to have two UUID's per default if the repo is created with svnadmin 1.9.x? Test with svn 1.8 $ svnadmin create new_repo $ svnadmin dump old_repo/ |

svnsync: Assertion failed: (svn_fspath__is_canonical(child_fspath)), ...

2015-07-18 Thread olli hauer
I'm running into a bug in svnsync that was fixed some years ago for svn http://subversion.tigris.org/issues/show_bug.cgi?id=4088 The FreeBSD project is now running for users subversion mirror without svn:// access. The main issue I'm running into is a bug because the repos are located on

Re: SVN skipping revert after add for file path with spaces in it

2014-09-05 Thread olli hauer
On 2014-09-05 22:37, Simone Agha wrote: Hi, I'm having trouble un-adding a directory (recursively) that has spaces in its name. I am doing this on Windows 8.1 through a batch script. An example of my code is below: set PATHWSPACES=%CD% svn add PATHWSPACES\subdir1\ svn revert

dav issue with subversion-1.7.18 and httpd-2.4.10

2014-08-13 Thread olli hauer
Upgraded a subversion-1.7.18 installation from http-2.2.28 to httpd-2.4.10 and running into strange issues. Two clean builds (jail environment) with apr-1.5.1, apr-util-1.5.3, subversion-1.7.18, a) httpd-2.2.28 and b) httpd-2.4.10 No issues on httpd-2.2.28 or by using the svn protocol only via

Re: dav issue with subversion-1.7.18 and httpd-2.4.10

2014-08-13 Thread olli hauer
On 2014-08-13 23:06, Mark Phippard wrote: On Wed, Aug 13, 2014 at 5:00 PM, olli hauer oha...@gmx.de wrote: Upgraded a subversion-1.7.18 installation from http-2.2.28 to httpd-2.4.10 and running into strange issues. Two clean builds (jail environment) with apr-1.5.1, apr-util-1.5.3

Re: Can't move temporary on update.

2014-03-02 Thread olli hauer
On 2014-03-02 11:40, Stefan wrote: Hi, I came up with an even easier repro case. It seems to suffice to trigger the problem by simply committing the problematic file to an empty local repository and having avast installed. To whom should I send the repro-case (it requires the

Re: How to prevent casual browsing

2013-12-01 Thread olli hauer
On 2013-12-01 15:39, Peter Flynn wrote: I have a number of svn repositories running under Apache+subversion on CentOS6/64, with Submin to provide a web GUI to manage them: server.name/svn/foo server.name/svn/bar server.name/svn/blort etc All of them are private; all but one of

Re: server config

2013-08-19 Thread olli hauer
On 2013-08-20 01:41, Nico Kadel-Garcia wrote: I think he meant subversion-1.6.11, which is the default version for CentOS 6.4. Check the SELinux settings in /etc/sysconfig/selinux. Set the line to 'SELINUX=permissive' (or disabled) After changing the SELINUX value a reboot is required

Re: svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-25 Thread olli hauer
On 2013-06-25 16:02, Daniel Shahaf wrote: Daniel Shahaf wrote on Tue, Jun 25, 2013 at 16:55:24 +0300: Daniel Shahaf wrote on Tue, Jun 25, 2013 at 13:50:58 +: On Mon, Jun 24, 2013 at 09:47:17PM +0200, Ben Smith-Mannschott wrote: 0x18 is ^X, the ASCII control code for CANCEL. Seems to be

Re: svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-25 Thread olli hauer
On 2013-06-26 01:05, Daniel Shahaf wrote: olli hauer wrote on Tue, Jun 25, 2013 at 17:06:35 +0200: On 2013-06-25 16:02, Daniel Shahaf wrote: Daniel Shahaf wrote on Tue, Jun 25, 2013 at 16:55:24 +0300: Daniel Shahaf wrote on Tue, Jun 25, 2013 at 13:50:58 +: On Mon, Jun 24, 2013 at 09:47

svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-24 Thread olli hauer
svnsync 1.8.0 fails if there is a non-printable characters in the commit message Error message: svnsync: E22: Safe data 'MFC r251249, r251251, r251252, r' was followed by non-ASCII byte 24: unable to convert to/from UTF-8 No issue with svnsync 1.7.10 (neon based) Parts of the file (synced

Re: large db/revs files

2013-06-04 Thread olli hauer
On 2013-06-04 16:30, Andre Harper wrote: Hi, all – I am not subscribed and would appreciate being explicitly Cc:ed in any responses. I am on a team that began using subversion near the end of last year. As a part of our process, we tag each successful run of our systems. This can mean

Re: Parmently removing directory from server to make space

2013-03-26 Thread olli hauer
On 2013-03-26 12:25, Daniel Shahaf wrote: Anil Bakshi wrote on Tue, Mar 26, 2013 at 16:37:25 +0530: So I will go with your suggestion: svndumpfilter exclude /E_Learning/Development/Project1 repo.dump filteredDump.dump Please correct me. You might try this command: % grep -a

Re: Need to restructure repo folders: Problem: SVN COPY is recursive

2013-03-15 Thread olli hauer
On 2013-03-15 21:07, tim.willi...@ucb.com wrote: I am not very good at giving examples on a Friday afternoon, admittedly. I will try again. Original Folders \Barn\livestockNames.txt \Barn\chickens\chickenNames.txt \Barn\chickens\food\chickenFeed.txt New Structure I want:

Re: Need to restructure repo folders: Problem: SVN COPY is recursive

2013-03-15 Thread olli hauer
On 2013-03-15 21:30, tim.willi...@ucb.com wrote: Yes, it appears I am headed toward a wrapper script to copy one file at a time. I wanted to make sure I was not missing something in SVN that would make it easier (a non-recursive copy, or something in svnmucc where I could copy a bunch a

Re: Working Copy on Network / Usage of multiple users

2012-12-27 Thread olli hauer
On 2012-12-27 16:03, Karl Heinz Marbaise wrote: Hi, i just want to check my assumption by the user/dev community. I have the following scenario. From a central SVN server there should be done checkouts (different working copies) on a network drive. The working copies will be accessed

Re: Is there a way to dump the checksums from a svn repo?

2012-11-29 Thread olli hauer
On 2012-11-29 20:13, Philip Martin wrote: Daniel Shahaf d...@daniel.shahaf.name writes: Philip Martin wrote on Thu, Nov 29, 2012 at 18:26:04 +: Daniel Shahaf d...@daniel.shahaf.name writes: Les Mikesell wrote on Thu, Nov 29, 2012 at 09:59:47 -0600: But, the copy built by svnsync

Re: Is there a way to dump the checksums from a svn repo?

2012-11-29 Thread olli hauer
On 2012-11-29 19:24, Philip Martin wrote: olli hauer oha...@gmx.de writes: Is there a way to dump the checksums from a svn repo? What I'm doing at the moment on masters and slaves is $ svnadmin verify and $ sqlite $repo/db/rep-cache.db select hash,revision from rep_cache then additional

Re: Is there a way to dump the checksums from a svn repo?

2012-11-28 Thread olli hauer
On 2012-11-25 21:49, Thorsten Schöning wrote: Guten Tag olli hauer, am Sonntag, 25. November 2012 um 20:18 schrieben Sie: Thanks for every answer and code snippet ... I'm interested in which problem you try to solve with your approach? What's the reason behind it? Maybe there are other

Is there a way to dump the checksums from a svn repo?

2012-11-25 Thread olli hauer
Is there a way to dump the checksums from a svn repo? What I'm doing at the moment on masters and slaves is $ svnadmin verify and $ sqlite $repo/db/rep-cache.db select hash,revision from rep_cache then additional comparing the sqlite output from master and slaves. Since rep-cache is not used