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

Re: Q: how to remove a project within the repository?

From: Alexander Sabourenkov <screwdriver_at_lxnt.info>
Date: 2003-03-20 20:34:18 CET

mbk@boredom.org wrote:
> On Thu, Mar 20, 2003 at 07:44:33PM +0300, Alexander Sabourenkov wrote:
>
>>I'm quite unsure what to do with this issue. I can relatively easy filter
>>out these copied nodes, but the opposite - i.e. block filtering out copy
>>sources requires two passes over dumpstream.
>>
>
>
> Potentially more than 2 passes if the copies were copied, right?

No, one pass is sufficient to accumulate information on what was copied from
where,
and store it in form of 'blocklist' (item: node-path, revision).

Second pass is needed to actually wipe out the data, using information
collected in first pass.

-- 
./lxnt
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 20 20:35:20 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.