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

Re: Cloaking

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-23 22:08:21 CET

On Nov 23, 2006, at 14:46, Ronan Lucio wrote:

> I have googled about this issue and looked into mailinglist archives
> but I didnīt find the answer.
>
> We have a project that is a website.
> This project have a subfolder "photos" that have thousands of files
> that shouldnīt be downloaded and the user does a "svn update"
>
> Does anybody knows how can I set this directory to not be
> controled by subversion?

Simply do not "svn add photos". Furthermore, "svn propset svn:ignore
photos ." so that Subversion doesn't show "photos" as an unversioned
directory in "svn status".

Alternately, if you would like to have the directory "photos" in the
repository, but have it be empty, then "svn add --non-recursive
photos" and "svn propset svn:ignore '*' photos" so Subversion doesn't
try to version its contents.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 23 22:09:09 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.