Dering, Dimitri schrieb:

Hi Dirk,
please see my answers below.

>what Jon said is right. For some reason the converter is adding an item
>wth the same name twice. There can be multiple reasons for this. In
>order to help you, we need more information:

>1.) what version of the converter are you using: beta-2 or pin-handler
>branch?
I have this the version from the subversion repository (HEAD I suppose).
How can I see the version of the script?

If you don't know, you'll have the beta-2 version ;-)

>2.) Please look into your generated repository and into your vss archive
>and try to align the two revisions and versions. Try to figure out, what
>happend to the archive at that time.


>3.) Since no path is specified in the error message of the load command,
>I expect that the error message is misleading. Look into the generated
>SvnRevisionVssAction and VssAction.txt file and see what happend at svn
>revision 25. You need to lookup the 25 in the first column of
>SvnRevisionVssAction and then check the action in the VssAction file.
Well, I was not able to recognize anything wrong, here are the values
(the error occurs if loading transaction #26):

SvnRevisionVssAction
24      179
25      180
25      181
25      182
25      183
25      184
25      185
25      186
25      187
25      188
25      189
26      190
27      191

VssAction.txt
180     QEAAAAAA        12      COMMIT          2       0       \N
181     ZEAAAAAA        12      COMMIT          2       0       \N
182     IFAAAAAA        3       COMMIT          2       0       \N
183     MFAAAAAA        2       COMMIT          2       0       \N
184     PFAAAAAA        11      COMMIT          2       0       \N
185     TFAAAAAA        2       COMMIT          2       0       \N
186     UFAAAAAA        2       COMMIT          2       0       \N
187     WFAAAAAA        2       COMMIT          2       0       \N
188     CGAAAAAA        4       COMMIT          2       0       \N
189     DGAAAAAA        5       COMMIT          2       0       \N
190     AAAAAAAA        1       ADD     /       1       0       \N


And exactly this is the problem. all these lines should read like the following:

0    AAAAAAAA    1    ADD    /    1    0    \N
1    BAAAAAAA    1    ADD    /project1/    1    0    \N
2    CAAAAAAA    1    ADD    /project1/file1.txt    2    0    \N
3    DAAAAAAA    1    ADD    /project1/file2.txt    2    0    \N
4    EAAAAAAA    1    ADD    /project2/    1    0    \N
5 CAAAAAAA 1 SHARE /project2/file1.txt 2 0 /project1/file1.txt 6 DAAAAAAA 1 SHARE /project2/file2.txt 2 0 /project1/file2.txt
7    BAAAAAAA    \N    DELETE    /project1/    1    0    \N
8    BAAAAAAA    1    RECOVER    /project1/    1    0    /project1/
9 CAAAAAAA 2 COMMIT /project1/file1.txt\ /project2/file1.txt 2 0 \N
10    FAAAAAAA    1    ADD    /project3/    1    0    \N
11 CAAAAAAA 2 SHARE /project3/file1.txt 2 0 /project1/file1.txt 12 DAAAAAAA 1 SHARE /project3/file2.txt 2 0 /project1/file2.txt

In your lines all item pathes are missing.

Do you see any item pathes in your VssAction.txt file? Esp. in the lines before 180?


Dirk
_______________________________________________
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