List Info

Thread: Got a recipe for you - cvs2svn problem




Got a recipe for you - cvs2svn problem
user name
2006-06-02 10:37:44
Damon Sicore wrote:
> I've a recipe for a cvs2svn problem you can download
here:
> 
> http://da
mon.sicore.org/jboss/recipe.tar.gz
> 
> Basically, what happens is I get a file in a resulting
svn repo branch
> that  shouldn't exist (and doesn't in the cvs branch
equivalent).  The
> 'doIt.sh' script will highlight the problem.
> 
> Any help appreciated.

Thanks very much for the excellent test script.  I just
verified that
the same problem appears in cvs2svn trunk.

For the record, the conversion outputs the following
warnings, including
one referring to the affected file.  (The other two files
appear in
Branch_4_0 in both CVS and svn, so the same bug would
probably not be
expected.):

WARNING: Attempt to set timestamp of revision 1.2.2.2 on
file
jboss-common/src/main/org/jboss/util/collection/CollectionsU
til.java to
time 1135107142, which is before previous the time of
revision 1.2.2.1
(1135107143):
WARNING: Time set to 1135107144
WARNING: Attempt to set timestamp of revision 1.1.2.2 on
file
jboss-common/src/main/org/jboss/util/propertyeditor/StringEd
itor.java to
time 1122496896, which is before previous the time of
revision 1.1.2.1
(1122496897):
WARNING: Time set to 1122496898
WARNING: Attempt to set timestamp of revision 1.1.2.2 on
file
jboss-common/src/main/org/jboss/util/stream/IMarshalledValue
.java to
time 1134677906, which is before previous the time of
revision 1.1.2.1
(1134677907):
WARNING: Time set to 1134677908

This is clearly a cvs2svn bug, though it is likely related
to some clock
skew in your repository.  You *might* be able to fix this
specific
conversion problem by hand-editing the
IMarshalledValue.java,v file to
fix up the data sequence, though of course without further
analysis
there is no way to be sure that similar problems don't
appear elsewhere.

Michael

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribecvs2svn.tigris.org
For additional commands, e-mail: dev-helpcvs2svn.tigris.org

Got a recipe for you - cvs2svn problem
user name
2006-06-02 12:57:42
> This is clearly a cvs2svn bug, though it is likely
related to some clock
> skew in your repository.  You *might* be able to fix
this specific
> conversion problem by hand-editing the
IMarshalledValue.java,v file to
> fix up the data sequence, though of course without
further analysis
> there is no way to be sure that similar problems don't
appear elsewhere.

I tried that, and it does in fact clear up the warning
message, but
the root problem persists.  It seems to be unrelated.
 
> Michael
> 
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: users-unsubscribecvs2svn.tigris.org
> For additional commands, e-mail: users-helpcvs2svn.tigris.org
> 


------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribecvs2svn.tigris.org
For additional commands, e-mail: dev-helpcvs2svn.tigris.org

Got a recipe for you - cvs2svn problem
user name
2006-06-02 15:55:46
So what is it about this file:

h
ttp://damon.sicore.org/jboss/IMarshalledValue.java,v

That triggers IMarshalledValue.java to show up in the
Branch_4_0 in  
SVN ?


On Jun 2, 2006, at 5:37 AM, Michael Haggerty wrote:

> Damon Sicore wrote:
>> I've a recipe for a cvs2svn problem you can
download here:
>>
>> http://da
mon.sicore.org/jboss/recipe.tar.gz
>>
>> Basically, what happens is I get a file in a
resulting svn repo  
>> branch
>> that  shouldn't exist (and doesn't in the cvs
branch equivalent).   
>> The
>> 'doIt.sh' script will highlight the problem.
>>
>> Any help appreciated.
>
> Thanks very much for the excellent test script.  I just
verified that
> the same problem appears in cvs2svn trunk.
>
> For the record, the conversion outputs the following
warnings,  
> including
> one referring to the affected file.  (The other two
files appear in
> Branch_4_0 in both CVS and svn, so the same bug would
probably not be
> expected.):
>
> WARNING: Attempt to set timestamp of revision 1.2.2.2
on file
> jboss-common/src/main/org/jboss/util/collection/ 
> CollectionsUtil.java to
> time 1135107142, which is before previous the time of
revision 1.2.2.1
> (1135107143):
> WARNING: Time set to 1135107144
> WARNING: Attempt to set timestamp of revision 1.1.2.2
on file
> jboss-common/src/main/org/jboss/util/propertyeditor/ 
> StringEditor.java to
> time 1122496896, which is before previous the time of
revision 1.1.2.1
> (1122496897):
> WARNING: Time set to 1122496898
> WARNING: Attempt to set timestamp of revision 1.1.2.2
on file
>
jboss-common/src/main/org/jboss/util/stream/IMarshalledValue
.java to
> time 1134677906, which is before previous the time of
revision 1.1.2.1
> (1134677907):
> WARNING: Time set to 1134677908
>
> This is clearly a cvs2svn bug, though it is likely
related to some  
> clock
> skew in your repository.  You *might* be able to fix
this specific
> conversion problem by hand-editing the
IMarshalledValue.java,v file to
> fix up the data sequence, though of course without
further analysis
> there is no way to be sure that similar problems don't
appear  
> elsewhere.
>
> Michael

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribecvs2svn.tigris.org
For additional commands, e-mail: dev-helpcvs2svn.tigris.org

Got a recipe for you - cvs2svn problem
user name
2006-06-02 18:46:10
We would like to contract out one of the cvs2svn developers
to get  
this bug fixed.   This is a big deal for us.

Anyone interested?

On Jun 2, 2006, at 10:55 AM, Damon Sicore wrote:

> So what is it about this file:
>
> h
ttp://damon.sicore.org/jboss/IMarshalledValue.java,v
>
> That triggers IMarshalledValue.java to show up in the
Branch_4_0 in  
> SVN ?
>
>
> On Jun 2, 2006, at 5:37 AM, Michael Haggerty wrote:
>
>> Damon Sicore wrote:
>>> I've a recipe for a cvs2svn problem you can
download here:
>>>
>>> http://da
mon.sicore.org/jboss/recipe.tar.gz
>>>
>>> Basically, what happens is I get a file in a
resulting svn repo  
>>> branch
>>> that  shouldn't exist (and doesn't in the cvs
branch  
>>> equivalent).  The
>>> 'doIt.sh' script will highlight the problem.
>>>
>>> Any help appreciated.
>>
>> Thanks very much for the excellent test script.  I
just verified that
>> the same problem appears in cvs2svn trunk.
>>
>> For the record, the conversion outputs the
following warnings,  
>> including
>> one referring to the affected file.  (The other two
files appear in
>> Branch_4_0 in both CVS and svn, so the same bug
would probably not be
>> expected.):
>>
>> WARNING: Attempt to set timestamp of revision
1.2.2.2 on file
>> jboss-common/src/main/org/jboss/util/collection/ 
>> CollectionsUtil.java to
>> time 1135107142, which is before previous the time
of revision  
>> 1.2.2.1
>> (1135107143):
>> WARNING: Time set to 1135107144
>> WARNING: Attempt to set timestamp of revision
1.1.2.2 on file
>>
jboss-common/src/main/org/jboss/util/propertyeditor/ 
>> StringEditor.java to
>> time 1122496896, which is before previous the time
of revision  
>> 1.1.2.1
>> (1122496897):
>> WARNING: Time set to 1122496898
>> WARNING: Attempt to set timestamp of revision
1.1.2.2 on file
>>
jboss-common/src/main/org/jboss/util/stream/IMarshalledValue
.java to
>> time 1134677906, which is before previous the time
of revision  
>> 1.1.2.1
>> (1134677907):
>> WARNING: Time set to 1134677908
>>
>> This is clearly a cvs2svn bug, though it is likely
related to some  
>> clock
>> skew in your repository.  You *might* be able to
fix this specific
>> conversion problem by hand-editing the
IMarshalledValue.java,v  
>> file to
>> fix up the data sequence, though of course without
further analysis
>> there is no way to be sure that similar problems
don't appear  
>> elsewhere.
>>
>> Michael
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribecvs2svn.tigris.org
> For additional commands, e-mail: dev-helpcvs2svn.tigris.org
>

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribecvs2svn.tigris.org
For additional commands, e-mail: dev-helpcvs2svn.tigris.org

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )