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

Re: Cloaking

From: Ronan Lucio <ronan_at_tiper.com.br>
Date: 2006-11-23 23:17:14 CET

Ryan,

Ryan Schmidt escreveu:
> 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.

Thank you very much for your attention.

Iīve being reading the Subversion Book (http://svnbook.red-bean.com/)
but it has too many information to be understand in one time that
my mind is in a mess.

First let me understand a thing:
I imported the repository:

"svn import /svn/project /home/project" (Iīm in the server)

Everything seems to be fine. If I type http://server/svn/project
in the browser, I see the files and directories there.

But (still in the server), if I type "ls /svn" the directory project
doensīt appear in the list

So, if I type:

cd /svn
svn propset svn:ignore project/site/photos

I get an error (Itīs in portuguese, but itīs something like
"Explicit target required").

So I tried:
svn propset svn:ignore file:///svn/project/site/photos

Whatīs wrong here?

Thanks in advance,
Ronan

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