> > The vss2svn script completed without error and I generated 
> a dump file.
> > But I could not svnadmin load it completely : The first 17770 
> > revisions were inserted but the 17771 failed : a 17770-1 
> transaction 
> > file is still present in my repos and 17771 rev was not commited.
> >
> > I wonder if this issue comes from the generated dump file 
> (created by
> > vss2svn) or from my svnadmin load command.
> >   
> 
> What is the error you received? It's highly unlikely this 
> would be due to your svnadmin command so it must be a problem 
> with the dumpfile.

The svnadmin error is : No rev 17771

> 
> > Any idea ? Is there a means (command line option ?) to 
> parse this dump 
> > file and look at revision 17770 to verify its format ?
> >   
> 
> The dumpfile is mostly human-readable but getting that 
> particular revision out of a 30GB database could be tricky. 
> Depending on the tools you have available on your platform, 
> searching for a line which begins with "Revision-number: 
> 17770" will get you close.
> 
> toby
> 

I splitted my huge dump file and extracted the part where it failed.
Please note that I was wrong : rev 17765 failed and not 17771 (I did
some previous operations on the repos before starting svnadmin load)

Here under you'll find the content of transaction 17765 where we can see
an error. Indeed, the "Node-copyfrom-rev" property is set to 17765 for
Node-path: LEGENDAIR XL2/ETUDE
SOFT/Validation/PICFlasher/SRS_PICFlasher.doc ... But 17765 has not been
commited yet since it correponds to the current transaction number that
is being commited !

I think we should find 17592 instead of 17765 here.

Here under the wrong entry of the dump file ----

Revision-number: 17765
Prop-content-length: 100
Content-length: 100

K 7
svn:log
V 0

K 8
svn:date
V 27
2007-10-11T08:48:17.000000Z
K 10
svn:author
V 6
Ricard
PROPS-END


Node-path: LEGENDAIR XL2/ETUDE SOFT/Validation/PICFlasher
Node-kind: dir
Node-action: add

Node-path: LEGENDAIR XL2/ETUDE
SOFT/Validation/ST10Flasher_BE/SRS_PICFlasher.doc
Node-kind: file
Node-action: add
Node-copyfrom-rev: 17592
Node-copyfrom-path: LEGENDAIR XL2/ETUDE
SOFT/Validation/SRS_PICFlasher.doc

Node-path: LEGENDAIR XL2/ETUDE SOFT/Validation/ST10Flasher_BE/SRS Test
Plan PICFlasher.doc
Node-kind: file
Node-action: add
Node-copyfrom-rev: 17668
Node-copyfrom-path: LEGENDAIR XL2/ETUDE SOFT/Validation/SRS Test Plan
PICFlasher.doc

Node-path: LEGENDAIR XL2/ETUDE
SOFT/Validation/PICFlasher/SRS_PICFlasher.doc
Node-kind: file
Node-action: add
Node-copyfrom-rev: 17765
Node-copyfrom-path: LEGENDAIR XL2/ETUDE
SOFT/Validation/ST10Flasher_BE/SRS_PICFlasher.doc

Node-path: LEGENDAIR XL2/ETUDE SOFT/Validation/PICFlasher/SRS Test Plan
PICFlasher.doc
Node-kind: file
Node-action: add
Node-copyfrom-rev: 17765
Node-copyfrom-path: LEGENDAIR XL2/ETUDE
SOFT/Validation/ST10Flasher_BE/SRS Test Plan PICFlasher.doc

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to