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

Re: [TSVN] Add to ignore list

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-07-24 10:48:44 CEST

Maarten | AI wrote:
> But can I do this from inside the repository? I've combined the apache
> documentroot with a subversion working copy. Processes like webalizer for
> generating statistics are always updating the files in the working copy. I
> want to ignore these files from within the repository, so that my client
> working copy and document root working copy on the server will not
> constantly download these files if I do an update.

I'm not sure what you want to do here. But files which already _are_ in
the repository can't be ignored anymore since they're versioned. The
"add to ignore list" simply sets the svn:ignore property for those files.
Ignored files in Subversion means that they won't show up when fetching
the status. But it only works for unversioned files, because once
they're versioned they _have_ a subversioned status.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Jul 24 11:51:21 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.