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

Re: What do you Hate about Subversion?

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2007-01-24 21:08:38 CET

On 1/24/2007 2:49 PM, Kenneth Wood wrote:
> Correct me if I'm wrong, but from what I've read,
> you should be able to svndump, use the svndumpfilter to remove
> svn-commit.tmp, and then use svn load. Above thought inspired
> by the online book which says
>
> "You might need to strip out all instances of a file that was
> accidentally added to the repository (and shouldn't be there for
> whatever reason)."

I think the dump filter can only filter out whole revisions, so you'd
end up deleting the whole import and redoing it without the junk file.
If you really want a clean log, I think that's the only choice. My
choice would be just to "svn delete svn-commit.tmp" and commit that
change (along with a log message explaining what it's about).

I've no idea why that file was created, but it does look like a tricky
problem: when importing, you don't have the .svn subdir to write temp
files in.

Duncan Murdoch

>
> -----Original Message-----
> From: Jeff Smith [mailto:jsmith@robotronics.com]
> Sent: Wednesday, January 24, 2007 1:39 PM
> To: users@subversion.tigris.org
> Subject: Re: What do you Hate about Subversion?
>
>
> On Wednesday 17 January 2007 14:46, Keng Lam wrote:
>> what are the things that you hate, you wish could be changed
>
> After struggling a long time trying to `svn import` a vendor project,
> I finally got it to import completely... only to find this addition:
>
> Adding svn-commit.tmp
>
> Looks like when the commit didn't complete, it auto-generated this tmp
> file into the current folder (the FreeRTOS project).
>
> Now that it finally imported everything, it is on permanent record
> that this unrelated file is part of the initial version of this
> vendor release!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 24 21:09:26 2007

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.