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

Re: pre-commit hook that stops CaSe-InSenSiTive collisions

From: Steve Williams <stevewilliams_at_kromestudios.com>
Date: 2004-06-09 03:54:34 CEST

The path to subversion\bin should be in the PATH environment variable for
Windows. Otherwise you would have to type the full path every time just to
run 'svn'. It would also have to be in the path for *nix as well for the
same reason, so why does the full path have to be specified for svnlook?

Sly

> ># Please check the path to svnlook is correct...
> >if ($opSys eq 'MSWin32') {
> > $svnlook = '"c:\Program Files\subversion\bin\svnlook.exe"';
> > $openstr = '-|';
> >} else {
> > $svnlook = '/usr/local/bin/svnlook';
> > $openstr = '-|:utf8';
> >}

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 9 03:55:33 2004

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

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