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

permanent solution for deltification problem (issue #1601)

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-11-26 17:04:28 CET

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

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.