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

Re: Working with Subversion in an unversioned environment

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2005-04-29 06:59:14 CEST

On Friday 29 April 2005 06:42, Alexandre Reis wrote:
> *Bumps*
>
> Anyone has comments on this matter?
If you're only dealing with text-files, I'd suggest using "svn diff -r
HEAD-1:HEAD REPOS-URL | patch" in a post-commit hook - in case two people
modify the same file.

Otherwise a post-commit-hook should work. See
http://svnbook.red-bean.com/en/1.1/ch05s02.html and
http://subversion.tigris.org/faq.html.

If you're using windows I believe they should be implemented as batch-files.

Hope that helps!

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 29 07:01:41 2005

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.