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

Re: SVN symlinks ignore, which is not in version control

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Fri, 23 May 2008 07:04:37 -0500

On May 21, 2008, at 02:27, Mike van Hoof wrote:

> i got a map with a CMS in /usr/local/cms
> which is symlinked in /var/www/html/projectname/cms
>
> now i want the projectname under versioncontrol, but i want it to
> ignore the cms folder...
>
> ps. there are 40 or so projects and counting, so is there a way it
> always ignores the cms folder.
> pps. the cms folder is read only :-)

Use the "import in place" strategy described in the FAQ:

http://subversion.tigris.org/faq.html#in-place-import

When you "svn add" everything you want to add to the repository, do
not "svn add cms" (but do "svn add" everything else).

You could write a script to automate this.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-23 14:05:10 CEST

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.