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

Re: Renaming files on win32[Scanned]

From: <kfogel_at_collab.net>
Date: 2004-12-26 01:14:28 CET

"Gili" <junk@bbs.darktech.org> writes:
> Stuff like this should ship with Subversion and be on by
> default for the win32 binary download. That is, when I download
> Subversion server binaries, they should be preconfigured to use this by
> default.

This wouldn't work for several reasons.

Making the repository behave differently on Windows than on Unix would

   a) Not solve this problem, since the server platform can be
      unrelated to the client platform(s), and

   b) Possibly cause new problems, again because the server platform
      can be unrelated to the client platform(s). (A Unix-only
      project may still have to use a repository on a Windows machine!)

In addition to the above, the Subversion distribution cannot reliably
install a pre-commit hook written in Perl, since it doesn't know
anything about what kind of Perl may or may not be installed on that
server. This is why hooks are best installed by local admins.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 26 01:19:23 2004

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.