Hi !
On Wed, 26 Nov 2003 13:39:20 +0000, "Mike Mason" <mgm@thoughtworks.net>
said:
> kfogel@collab.net wrote:
>
> >Branko ÄŒibej <brane@xbc.nu> writes:
> >
> >
> >>
> >>An installed batch file must use an absolute, hardcoded path. That's my
> >>objection.
> >>
> >>
> >
> >Hmmm. A hook file can use paths relative to the $REPOS directory,
> >since that's one of the hook parameters...
> >
> >
>
> If you're in a batch file, the magic %~dp0 evaluates to the directory in
> which the currently executing batch script is stored. So if "svnadmin
> create" copied the deltification utility to the hooks directory and you
> had post-commit.bat with:
>
> rem Run deltification
> %~dp0svndeltify.exe %REPOS%
Wouldn't that work on Win2K and above only ? What about Win9x ?
>
> you'd avoid any hardcoded paths.
>
> This is all a bit grim. Does anyone really want to run a Subversion
> server on Windows? ;-)
I would avoid running on anything less that Win2K, but my repository is
currently hosted on Win2K using ra_dav over SSL, and I am quite happy
with how it runs. Never had a problem, thanks to the hard work of
everyone here.
>
> Mike.
>
Bye !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/
Developer of Java Gui Builder
http://jgb.sourceforge.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 26 17:05:31 2003