[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-24 18:51:11 CET

Ryan,

>> "svn import /svn/project /home/project" (Iīm in the server)
>
> So /svn/project contains your existing code, and /home/project is a
> repository you created? Ok

Iīm sorry. It was a mistake of mine. Iīd like to say:
# svn import /home/project /svn/project

Anyway, as your tip and how our project is an website,
Iīm trying to do an "in-place" import.

Now I removed our repository and created a new one.
So, at this time nothing was imported, yet.

Letīs inform what I did and whatīs my doubt:

Trying to do an "in-place" import:

# svnadmin /opt/svn/repos

# svn mkdir file:///opt/svn/repos/project
# cd /home
# svn checkout file:///opt/svn/repos/project
# cd project

(Though somethings are different from the FAQ, it only worked
this way. Following the FAQ itīs created a project inside another,
like /home/project/project)

# svn add templates includes

At this point, if I type "svn propset svn:ignore '*' site/photos" I receive
an error saying that site/photos isnīt a workcopy.
And if I "add site", photos will be added, too, once itīs a siteīs
subdirectory.

PS: I have read almost the whole Subversion Book, but itīs
so many information to be understood. In the other side, many
things arenīt clear enough in the book, for new user.
For exemplo: The session svn:ignore doesnīt have enough examples.

Any help would be appreciated,

Thanks,
Ronan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 24 18:51:26 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.