Hello,
I've hacked the contributed "asvn" script, mainly to make it run on
Solaris with the default /bin/sh. Since the patch is
quite large, I attach both the patch and the patched asvn.
Kind regards,
Riccardo Murri
[[[
asvn: Solaris compatibility and other little improvements.
* contrib/client-side/asvn:
* Solaris compatibility (/bin/sh syntax + don't assume core
utilities are GNU versions).
* Allow setting paths to the 'svn' and 'find' utilities via
SVN and FIND environment variables.
* Removed symlink support, since it's now in SVN itself.
* Check that 'find' supports the "-printf" switch.
* Suppress SVN error messages when checking files/dirs that are
not registered in the repository.
* Command word can come after options.
* Honor "-q/--quiet" option.
* Exit with svn's exitcode.
* Use 'mktemp' for creating temporary files.
* No hardcoded paths to common binaries.
* Check that required UNIX system tools can be found in PATH.
]]]
--
Riccardo Murri
CSCS - Swiss National Centre for Supercomputing
Galleria 2, via Cantonale
CH-6928 Manno (Switzerland)
tel.: +41 91 610 8234
Fax: +41 91 610 8282
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
- text/plain attachment: asvn
Received on 2008-09-12 20:16:28 CEST