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

Re: importing a non moveable tree

From: Nick Thompson <nickthompson_at_agere.com>
Date: 2006-04-12 17:39:52 CEST

On Wednesday 12 April 2006 16:32, George Georgalis wrote:
> I'd like to import /usr/local/www to a repo (as trunk/www).
>
> This directory contains, a global apache configuration, some
> makefiles, a virtual domain directory for each domain, which in
> turn contains that domain's config, log files, htdocs, cgi, etc.
>
> I want to import most of the (running) tree but as I set
> svn:ignore, I get a fairly plain error.
>
> svn propset svn:ignore 'access.log supervise error current @4*' .
> svn: '.' is not a working copy
>
> I can imagine a number a ways to deal with this, such as importing
> just the directory 'www' elsewhere (with properties) then stop
> the webserver, move the original www away, checkout www, move the
> live content in there, startup the webserver and piecemeal add the
> content.
>
> maybe that won't work, or there is a better way?

Yes. Create the www empty dir else where, as you suggested, then check
that out on top of you /usr/local/www. You can then "svn add" things
in /usr/local/www.

-- 
> Nick Thompson
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 12 17:42:17 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.