Question for SolidWorks users (was: Re: SVN compatibility question)

2016-04-01 Thread Daniel Shahaf
Eric Ahlstrom wrote on Fri, Apr 01, 2016 at 04:38:06 -0600: > I appreciate all input on my rfi, we are specifically asking for input from > Solidworks users with experience using svn as their basis pdm. Changed the subject to draw their attention. (SolidWorks users: see Eric's first post in the

Re: Mimicking mvn_authz_svn with svnauthz(1)

2016-04-01 Thread Daniel Shahaf
Osipov, Michael wrote on Fri, Apr 01, 2016 at 08:00:56 +: > Hi folks, > > I am trying to figure out how I can effectively mimic the behavior > of mod_authz_svn with svnauth(1). I do have a small, read-only PHP > application which shall browse a repo just like mod_dav_svn does > with the same

Re: SVN compatibility question

2016-04-01 Thread Eric Ahlstrom
I appreciate all input on my rfi, we are specifically asking for input from Solidworks users with experience using svn as their basis pdm. On Apr 1, 2016 2:22 AM, "Johan Corveleyn" wrote: > On Fri, Apr 1, 2016 at 9:32 AM, Stefan Sperling wrote: > > On Fri, Apr

Re: SVN compatibility question

2016-04-01 Thread Lorenz
Branko ?ibej wrote: >On 01.04.2016 10:21, Johan Corveleyn wrote: >> On Fri, Apr 1, 2016 at 9:32 AM, Stefan Sperling wrote: >>> On Fri, Apr 01, 2016 at 05:36:34AM +, Daniel Shahaf wrote: Normally, 'svn mv' does two things: (a) rename the file on disk, (b) record in

Re: SVN compatibility question

2016-04-01 Thread Branko Čibej
On 01.04.2016 10:21, Johan Corveleyn wrote: > On Fri, Apr 1, 2016 at 9:32 AM, Stefan Sperling wrote: >> On Fri, Apr 01, 2016 at 05:36:34AM +, Daniel Shahaf wrote: >>> Normally, 'svn mv' does two things: (a) rename the file on disk, >>> (b) record in .svn/ that the rename had

Re: SVN compatibility question

2016-04-01 Thread Johan Corveleyn
On Fri, Apr 1, 2016 at 9:32 AM, Stefan Sperling wrote: > On Fri, Apr 01, 2016 at 05:36:34AM +, Daniel Shahaf wrote: >> Normally, 'svn mv' does two things: (a) rename the file on disk, >> (b) record in .svn/ that the rename had happened. As of 1.8, we allow >> the user to tell

Mimicking mvn_authz_svn with svnauthz(1)

2016-04-01 Thread Osipov, Michael
Hi folks, I am trying to figure out how I can effectively mimic the behavior of mod_authz_svn with svnauth(1). I do have a small, read-only PHP application which shall browse a repo just like mod_dav_svn does with the same authz. While calling svnauthz(1) works well, I am not certain when I

Re: SVN compatibility question

2016-04-01 Thread Stefan Sperling
On Fri, Apr 01, 2016 at 05:36:34AM +, Daniel Shahaf wrote: > Normally, 'svn mv' does two things: (a) rename the file on disk, > (b) record in .svn/ that the rename had happened. As of 1.8, we allow > the user to tell 'svn mv' to do only (b). We don't expose that ability > in the standard