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

RE: Need to adjust based on svn:execute

From: Robert Hunter <robert.hunter_at_gen-i.co.nz>
Date: 2005-02-10 02:19:19 CET

> And even if the code would run without change under Windows, this would
> necessitate someone installing Perl, Apache, and mySQL (at least the
client)
> on Jen's local machine. And, as I say, we have no real sysadmin here, so
> everyone here is responsible for their own machine. I can't expect Jen to

> maintain all that configuration stuff. Plus occasionally we change the
> configuration (primarily to add new Perl modules, but sometimes for other
> things as well); on Linux, this is all scripted and for Jen's Linux
> environment I can just rerun the build script for her. On Windows, she'd
have
> to update all those things by hand, herself.
>
> I just don't see that it's practical in this particular instance.

Would it be too intrusive to use a separate tool like rsync to keep
the Linux-hosted working copy and the Windows-writable one?

Actually, come to think of it, that's really not optimal anyway.

I think that your original idea of using the svn properties
to set things back in order is probably the cleanest idea,
and a script to do it could be useful for other people.

You could even do it in a single commandline
with something like:

$ svn -R propget svn:executable * | sed -nre s/'^(.*) - \*$'/'\1'/p | xargs
echo chmod a+x

There'd be better and cleaner ways (using the proper
svn bindings comes to mind -- heck, even using nicer sed
would improve this).

I hope that's a useful starting point, at least.

-- 
Robert Hunter
*****************************************************************************
This communication, including any attachments, is confidential.
If you are not the intended recipient, you should not read it
- please contact me immediately, destroy it, and do not copy
or use any part of this communication or disclose anything about it,
Thank you.
Please note that this communication does not designate an information system
for the purposes of the Electronic Transactions Act 2002
******************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 10 02:22:10 2005

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.