Rajnish Kumar Singh wrote on Tue, Oct 26, 2010 at 14:58:46 +0530: > Hi, > > I am trying to use svndumpfilter command in order to filter one of the folder > in the entire repository. > I just want the dump of the that specific folder. > > So first I created a dump file using the following command: > svnadmin dump E:\Repositories\OR1234 > E:\OR1234.dump > > I am using the following command for dump filter: > svndumpfilter include OR1234/Test < E:\OR1234.dump > E:\123.dump > > The dump is created at the given location having name 123.dump. > > But when I am uploading the file to a different repository, it doesn't show > any thing. > I checked the content from the svn server , it shows "there are no item to > show in this view" > I used this command to load the file: > svnadmin load E:\Repositories\OR123 < E:\123.dump
What was the output of 'svndumpfilter' and 'svnadmin load'?