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

RE: Re: Exclude Files from commit

From: Ray Johnson <Rayj_at_ingenio.com>
Date: 2004-06-15 17:06:21 CEST

I usually just do a svn status to find out what I *would* be checking
in. Then I do a svn commit copying all the files I *want* to commit to
the command line. This can be a pain when there are lots of files.

TortoiseSVN does something like that as well - though all through a nice
GUI (no copy paste stuff). Perhaps some other graphical clients also
provide this feature.

Ray

-----Original Message-----
From: Lukas Ruf [mailto:ruf@rawip.org]
Sent: Tuesday, June 15, 2004 3:42 AM
To: Robert Krugmann
Cc: Subversion Users
Subject: Re: Exclude Files from commit

> Robert Krugmann <Robert.Krugmann@infoteam.de> [2004-06-15 12:35]:
>
>
> Is there a possibility to temporarily exclude files from version
> control in subversion?
>

I am not sure but can't you deny write access to the file?
I limit write access to directories either via
    AuthzSVNAccessFile
or hook script pre-commit in my hooks-directory.

wbr,
Lukas

-- 
Lukas Ruf           | Wanna know anything about raw |
<http://www.lpr.ch> | IP? -> <http://www.rawip.org> | eMail Style Guide:
<http://www.rawip.org/style.html>|
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 15 17:07:48 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.