[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

AW: Placing a working copy on a network drive

From: Markus Schaber <m.schaber_at_3s-software.com>
Date: Thu, 31 May 2012 11:58:11 +0000

Hi, Steve,

Von: Steve Swift [mailto:steve.j.swift_at_gmail.com]
> 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?

There are some issues, the main one is that some network file systems or setups do not provide clean locking semantics.

Other possible issues include line ending conversion, character set differences, and case differences.

> 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.

So the line ending conversions are not an issue for you, it seems.

> My ultimate goal would be to use a post-commit hook to do the work for me.

Yes, but that hook should run directly on the server.

> I realise that I could try it and see what happens, but it might work at
> first, then develop problems later.

Maybe you can create a batch file which uses "plink" or a similar tool to log onto the server and run "svn update" there.

Best regards

Markus Schaber

-- 
___________________________
We software Automation.
3S-Smart Software Solutions GmbH
Markus Schaber | Developer
Memminger Str. 151 | 87439 Kempten | Germany | Tel. +49-831-54031-0 | Fax +49-831-54031-50
Email: m.schaber@3s-software.com | Web: http://www.3s-software.com 
CoDeSys internet forum: http://forum.3s-software.com
Download CoDeSys sample projects: http://www.3s-software.com/index.shtml?sample_projects
Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade register: Kempten HRB 6186 | Tax ID No.: DE 167014915
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2967915
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-06-02 02:39:08 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.