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

svndumpfilter at a node

From: Tehn Chin <tehn_chin_at_aapl.com.au>
Date: 2006-12-03 23:40:55 CET

Hi,

Say I have the following structure

Project
 +-branches
 +-tags
 +-trunk
    +-src
    | +-drivers
    | +-os
    | +-utils
    +-docs
    +-test

I am trying to get dump a repository of the source only consisting of
Project\trunk\src\os.

I have tried doing the following

1) use svndump to get a dump of the whole repository

 sumdump m:\ > project.dump

2) use svndumpfilter to include the node

 cat project.dump | svndumpfilter include "Project\trunk\src\os" >
os.dump

When I examine os.dump with vim, it only contains "empty revision for
padding". It does not contain any actual data.

I read through the red-bean book and it indicated that this is possible,
but I haven't been able to achieve it with various combination of the
above steps.

I am trying to do this with Win32 command line tools.

Any hints would be greatly appreciated.

Many Thanks,

--
Tehn Yit Chin
Embedded System Engineer, AAPL
- The contents of this email, and any attachments, are strictly private and confidential.
- It may contain legally privileged or sensitive information and is intended solely for the individual or entity to which it is addressed.
- Only the intended recipient may review, reproduce, retransmit, disclose, disseminate or otherwise use or take action in reliance upon the information contained in this email and any attachments, with the permission of Australian Arrow Pty. Ltd.
- If you have received this communication in error, please reply to the sender immediately and promptly delete the email and attachments, together with any copies, from all computers.
- It is your responsibility to scan this communication and any attached files for computer viruses and other defects and we recommend that it be subjected to your virus checking procedures prior to use.
- Australian Arrow Pty. Ltd. does not accept liability for any loss or damage of any nature, howsoever caused, which may result directly or indirectly from this communication or any attached files. 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 3 23:41:38 2006

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.