On Jun 1, 2012 8:33 PM, "Gerald Britton" <gerald....@gmail.com> wrote:
>
> I usually discourage my team from going that route. There is another factor that is more important for them, though: performance when working remote. I believe that SVN thinks that it is working off a local WC and takes no special steps to optimize for a (possibly very) remote WC.
>
i've read in this mailing list, that someone get caught in a long process of commit/update, because his wc is placed in a shared folder. so it is not encouraged to put wc in a shared folder.
On May 31, 2012 5:03 PM, "Steve Swift" <steve....@gmail.com> wrote:
>
> Is there any reason why I shouldn't use my Windows system to place a working copy in a directory on our Linux server via a SAMBA share?
>
> My N:\ drive maps to the root of our server, so I could update the CGI scripts by placing a working copy in N:\var\apache2\www\cgi-bin\
>
> I have all the necessary access permissions - I'm currently updating the scripts by editing them directly on the share.
>
> The scripts are not sensitive to Windows CRLF vs Linux LF line-ends.
>
> My ultimate goal would be to use a post-commit hook to do the work for me.
>
> I realise that I could try it and see what happens, but it might work at first, then develop problems later.
>
i think it is ok to put WC on a network drive as long as only one user using it. so, in your case, it is not a problem.
but, there is another solution. add a cron job to update thus WC so you don't have to update it manually.
Is there any reason why I shouldn't use my Windows system to place a working copy in a directory on our Linux server via a SAMBA share?
My N:\ drive maps to the root of our server, so I could update the CGI scripts by placing a working copy in N:\var\apache2\www\cgi-bin\
I have all the necessary access permissions - I'm currently updating the scripts by editing them directly on the share.
The scripts are not sensitive to Windows CRLF vs Linux LF line-ends.
My ultimate goal would be to use a post-commit hook to do the work for me.
I realise that I could try it and see what happens, but it might work at first, then develop problems later.