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

Re: Workaround -- Re: how to solve status ~ ?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-12-11 17:50:19 CET

John Szakmeister <john@szakmeister.net> writes:

>> 1) check out the existing repository to a new WC.
>> 2) create (mkdir) the directory and 'svn add ; svn commit' the
>> directory
>> 3) 'cp -a' the .svn directory from the temp WC to the "real" WC
>> 4) operation on the real WC as usual (ie adding files in the
>> directory, and so forth)
>
> My only concern here would be the lack of disk space to do such a thing.

    1) svn mkdir URL
    2) svn co URL temp_WC
    3) cp -a temp_WC/.svn real_WC

Uses very little disk space.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 11 17:52:17 2003

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.