Need help in importing Perforce dump in to SVN

2019-09-17 Thread Shilp, Kumar
Hi, We are trying to import Perforce dump in to SVN but we are hitting 'checksum mismatch' error. Can someone please let me know what could be the issue here and how can we resolve it? Error snippet: C:\>svnadmin load --force-uuid repo < depot_build.dump <<< Started new transaction, based on

Re: Svn client configuration file

2019-09-17 Thread William Muriithi
Hi Brane, > > The location hierarchy is explained in the book here: > > > > http://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html > > But instead, use a recent client and put auto-props definitions into the > repository instead. > > > Would 1.9.7 clients qualify as a recent client? Regard

Re: Cannot locate mod_dav_svn on macosx 10.13 default apache2

2019-09-17 Thread Sean McBride
On Tue, 17 Sep 2019 21:39:18 +0200, Per Lindevall said: >Dear Subversionists > >I had a perfectly nice working svn apache2 setup on an old Mac mini. A >while ago I decided to update the Mac OS to OSX 10.13 High Sierra. The >default http 2.4 don’t provide mod_dav_svn as part of the package nor do >

Cannot locate mod_dav_svn on macosx 10.13 default apache2

2019-09-17 Thread Per Lindevall
Dear Subversionists I had a perfectly nice working svn apache2 setup on an old Mac mini. A while ago I decided to update the Mac OS to OSX 10.13 High Sierra. The default http 2.4 don’t provide mod_dav_svn as part of the package nor do the homebrew version. I don’t find any information on why t

Re: Svn client configuration file

2019-09-17 Thread Branko Čibej
On 17.09.2019 21:26, Mark Phippard wrote: > On Tue, Sep 17, 2019 at 3:21 PM William Muriithi > mailto:william.murii...@gmail.com>> wrote: > > Hello > > I want to make sure all the svn clients are using the same > auto-props.  I am aware this can be set on users home directory > but

Re: Svn client configuration file

2019-09-17 Thread Mark Phippard
On Tue, Sep 17, 2019 at 3:21 PM William Muriithi wrote: > Hello > > I want to make sure all the svn clients are using the same auto-props. I > am aware this can be set on users home directory but prefer to set it up > globally in a host. > > Do svn clients look for a global file for configuratio

Svn client configuration file

2019-09-17 Thread William Muriithi
Hello I want to make sure all the svn clients are using the same auto-props. I am aware this can be set on users home directory but prefer to set it up globally in a host. Do svn clients look for a global file for configuration? Regards, William