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

Re: Excluding directories on a sticky basis

From: Christopher Ness <chris_at_nesser.org>
Date: 2005-01-04 20:54:04 CET

On Tue, 2005-04-01 at 20:36 +0100, Jonas Widarsson wrote:
> However, you speak of the commit procedure, and I want to filter checkouts.

Simply make the directories you do not want to check out unreadable by
all users. If you can't read the directory - you can't check it out.

Not sure why you'd want to do that... but it's your call.

> What a pity there is no post-checkout...
>
> Maybe I have to leave this unusual idea. Anytime I mention this people say
> "Why would you what to do that". I guess it is an odd request.

Personally I simply wouldn't put those directories under revision
control if they are different for each client. Maybe try a structure
like this.

/ -- trunk/
         |- src/
         |- include/
         |- etc/
         |- ...
  |- branches/
         |- bugfix0/
         |- feature0/
         |- ...
  |- tags/
         |- 1.0/
         |- 1.1/
         |- 2.0/
         |- ...
  |- skins/
         |- GenericSkin1/
         |- GenericSkin2/
         |- ....
  |- clients/
         |- Client1/
                 |- ClientCustomSkin/
                 |- strings/
                 |- otherClientData/
         |- Client2/
                 |- ...
         |- ...
  |- ...

HTH's
Chris

-- 
Software Engineering IV,
McMaster University
PGP Public Key: http://www.nesser.org/pgp-key/
14:44:26 up 1 day, 16:28, 2 users, load average: 0.19, 0.42, 0.39 
http://www.fsf.org/philosophy/no-word-attachments.html

Received on Tue Jan 4 20:58:37 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.