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 t
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
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 01, 2016 at 05:36:34AM +, Danie
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 .svn/ that the rena
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 happened. As of 1
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 'svn mv' to do o
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 shou
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 comm