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

ignoring(?) a directory that is still under version control

From: Ronny Haryanto <ronny_at_miro.com.au>
Date: 2006-06-14 00:56:38 CEST

Hello everyone,

I have a non-empty sub-directory (let's call it "templates") inside my
main project directory that I would like to keep inside version
control.

When working with a checked out local copy, the content of the files
inside the "templates" change frequently, and new files will be
created in it, too. I would like to ignore the changes and
additions/deletions inside that "templates" sub-directory so that I do
not accidentally commit changes to existing templates.

The reason I would like to keep "templates" under version control is
that I still want to be able to keep track of changes in that
sub-directory even though they happen very rarely.

Currently I set svn:ignore property to * for the "templates"
sub-directory, it seems to be working, but I'm not sure if there's
potentially any negative side effects that I have not realised.

What would be the best way to approach this?

Cheers,
Ronny

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 14 00:57:56 2006

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.