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

RE: [TSVN] Three queries!

From: Hughes, Bill <Bill.Hughes_at_cox.co.uk>
Date: 2004-07-22 11:48:21 CEST

On 21 July 2004 16:04, Martin Tomes wrote:
> Hughes, Bill wrote:
>
>> 1) I have two working copies where I have overlays telling me there
>> are uncommitted changes. When I try to commit the WCs the commit
>> dialog only has the folder name with 'modified(P only)'. If I try to
>> commit this I get an error: "Commit failed (details follow):
>> Out of date 'DP79A/trunk' in transaction '76'"
>
> You need to do an update:
>
> http://subversion.tigris.org/project_faq.html#wc-out-of-date
>
I think there should be some sort of new Law Of The Web :
"Nobody RTFMs, even when they think they have- and used google!"
I was sure I'd seen this before on the list but couldn't find it.

>> 2) Is there any reasonable easy way to *totally* delete files from
>> the repository?
>
> Dumpfilter is the only way:-(
A little tricky to work out how to use it but a lot easier than what I was
going to do - go through the dump file by hand (or maybe read the svnadmin
code first...
It certainly fits my definition of 'reasonably easy', anyway.

In order to get this answer searchable, what I did to
"remove a file from all revisions in repository" was:
Assuming I want to delete all files FOO.* and *.BAR from PROJECT1, where
they are located at $REPO_URL/PROJECT1/TRUNK
'svnadmin dump $REPO_URL > dumpfile'
'cat dumpfile | svndumpfilter exclude PROJECT1/TRUNK/FOO.* > tempdump'
'cat tempdump | svndumpfilter exclude PROJECT1/TRUNK/*.BAR > newdumpfile'

This isn't of course what I actually did so any corrections/additions are
welcome.

Thanks for the help, both problems solved.

Bill

--
This e-mail transmission is strictly confidential and intended solely
for the person or organisation to whom it is addressed. It may contain
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the
sender as soon as possible and delete the message. Please note that we
are able to, and reserve the right to, monitor e-mail communications
passing through our network.
The views expressed in this email are not that of the company unless
specified within the message.
The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.
If you have any comments regarding our policy please direct them to
postmaster@cox.co.uk
________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jul 22 12:50:20 2004

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

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