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

Scripts across multiple platforms

From: Paul Gross <paul_at_grosss.net>
Date: 2003-10-14 08:16:19 CEST

I use my subversion repository from both windows and unix. I already use
the property to have my files use the native line endings. The problem is
that I use a bunch of python scripts. On Unix, the first line has to be
#!/usr/local/bin/python, but on windows, its something like
#!/python23/python.exe.

So the general question is if there is a way to make subversion change the
contents of files based on operating system at checkout time? Or more
specifically, is there a nice way to make it insert the correct script
header whenever I checkout/update? Thanks.

Paul Gross
paul@grosss.net

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 14 08:17:25 2003

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

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