*(This is a question for subversion experts. I know it doesn't
strictly belong **here, but the subversion users mailing list seems to be
orphan, I've been *
*waiting for five days for the admins to approve my subscription).
*
I'm trying to prepare a project for uploading into google code. This project
resides in a large repository among many other projects. So I dumped the
repository to extract the desired one. Svndumpfilter fails because the
project was renamed, so I used
svndumpfilter2<http://www.dehora.net/journal/2007/04/patched_svndumpfilter2.html>to
do the work.

This leaves a lot of empty revisions, and I want to get rid of them, so I
am
running

   svndumpfilter --renumber-revs --drop-empty-revs \      include project
<project.dump >project.dump.slim

But it isn't working, the slim dump is as large as the original and is
full of
lines like this:

   Revision-number: 1267
   Content-length: 0

I tried loading the project.dump into a new repository and dumping it again,
just in case something was not right in the dump file created by the
svndumpfilter2 script, but it still doesn't work.

I'm using subversion 1.6.5 on ubuntu 8.04.

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Hosting at Google Code" group.
To post to this group, send email to google-code-hosting@googlegroups.com
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to