|
From: <jue...@we...> - 2003-11-26 11:52:21
|
IntelliJ IDEA just delegates to cvs.exe, so this seems to be a problem = with the Win32 version of the CVS client. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Rod Johnson Sent: Wednesday, November 26, 2003 12:49 PM To: spr...@li... Subject: [Springframework-developer] CVS problem I've managed to commit the tests for this but I can't commit the class itself despite repeated efforts. So our test suite is currently broken = :-( Juergen has encountered the same problem, with IntelliJ rather than = Eclipse (see his message below). I've been having lots of problems with CVS lately. Can anyone shed any light on this--and hopefully commit it--or do we = have to contact SF support? Thanks, Rod ----- Original Message -----=20 From: "j=FCrgen h=F6ller [werk3AT]" <jue...@we...> To: "Rod Johnson" <rod...@in...> Sent: Wednesday, November 26, 2003 11:31 AM Subject: RE: Emailing: HotSwappableInvokerInterceptor.java Seems to be a CVS bug. I get the following error message on commit: cvs: hash.c:312: findnode: Assertion `key !=3D ((void *)0)' failed. I did a quick google search: That message is supposed to be caused by an existing file with same name but different case on Win32. But there is = no such file in CVS, and the SourceForge servers are not running Windows, = are they? So I guess it has something to do with the CVS client running on Windows. I've also asked our CVS administrator at werk3AT; he couldn't help = either. Juergen -----Original Message----- From: Rod Johnson [mailto:rod...@in...] Sent: Wednesday, November 26, 2003 11:47 AM To: j=FCrgen h=F6ller [werk3AT] Subject: Emailing: HotSwappableInvokerInterceptor.java Juergen, Can you please try to commit this? I can't and I wonder whether it's an Eclipse problem (I don't think it is). Unfortunately I succeeded in committing the tests, so the test suite now fails :-( Thanks, Rod |
|
From: <jue...@we...> - 2003-11-26 13:10:51
|
Rod, could you please contact SF support to resolve both issues? I guess = we can wait with checking in HotSwappableInvokerInterceptor until then. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Colin Sampaleanu Sent: Wednesday, November 26, 2003 1:54 PM To: spr...@li... Subject: Re: [Springframework-developer] CVS problem I have seen this before. There will either be a variation of the same=20 file in the Attic, on the server, that differs only by case. or there=20 will be a lock file or some other metadata turd sitting around on the=20 server. It needs to be resolved on the server unfortunately. W/regards = to the case issue, it doesn't matter if the server is not Win32. The=20 problem is that the server is Unix, and makes a distinction between=20 case, but the win32 client makes no distinction. What I would suggest doing is adding in the file with something like a=20 '2' added to the end of the classname, then asking sf to fix up the=20 repo, and then refactor the name. I have a feeling they will take a=20 while to respond, so this is probably the easiest way to proceed. You can tell there is bad data on the server for this, when you do an=20 update now in the src folder you now get this message: cvs server: nothing known about=20 src/org/springframework/aop/interceptor/HotSwappableInvokerInterceptor.ja= va We also have an existing issue in the test folder cvs server: nothing known about=20 test/org/springframework/transaction/interceptor/MatchAllwaysTransactionA= ttributeSourceTest.java These can only be resolved by SF. Rod Johnson wrote: >I'm sure there are some OS X users or Linux users among Spring = developers, >so we soon should be able to see... > >----- Original Message -----=20 >From: "j=FCrgen h=F6ller [werk3AT]" <jue...@we...> >To: <spr...@li...> >Sent: Wednesday, November 26, 2003 11:50 AM >Subject: RE: [Springframework-developer] CVS problem > > >IntelliJ IDEA just delegates to cvs.exe, so this seems to be a problem = with >the Win32 version of the CVS client. > >Juergen > > >-----Original Message----- >From: spr...@li... >[mailto:spr...@li...]On Behalf >Of Rod Johnson >Sent: Wednesday, November 26, 2003 12:49 PM >To: spr...@li... >Subject: [Springframework-developer] CVS problem > > >I've managed to commit the tests for this but I can't commit the class >itself despite repeated efforts. So our test suite is currently broken = :-( > >Juergen has encountered the same problem, with IntelliJ rather than = Eclipse >(see his message below). > >I've been having lots of problems with CVS lately. > >Can anyone shed any light on this--and hopefully commit it--or do we = have to >contact SF support? > >Thanks, >Rod > >----- Original Message -----=20 >From: "j=FCrgen h=F6ller [werk3AT]" <jue...@we...> >To: "Rod Johnson" <rod...@in...> >Sent: Wednesday, November 26, 2003 11:31 AM >Subject: RE: Emailing: HotSwappableInvokerInterceptor.java > > >Seems to be a CVS bug. I get the following error message on commit: > > cvs: hash.c:312: findnode: Assertion `key !=3D ((void *)0)' failed. > >I did a quick google search: That message is supposed to be caused by = an >existing file with same name but different case on Win32. But there is = no >such file in CVS, and the SourceForge servers are not running Windows, = are >they? So I guess it has something to do with the CVS client running on >Windows. > >I've also asked our CVS administrator at werk3AT; he couldn't help = either. > >Juergen > > >-----Original Message----- >From: Rod Johnson [mailto:rod...@in...] >Sent: Wednesday, November 26, 2003 11:47 AM >To: j=FCrgen h=F6ller [werk3AT] >Subject: Emailing: HotSwappableInvokerInterceptor.java > > > >Juergen, > >Can you please try to commit this? I can't and I wonder whether it's an >Eclipse problem (I don't think it is). > >Unfortunately I succeeded in committing the tests, so the test suite = now >fails :-( > >Thanks, >Rod > > =20 > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Rod J. <rod...@in...> - 2003-11-26 13:48:27
|
Done. ----- Original Message ----- From: "jürgen höller [werk3AT]" <jue...@we...> To: <spr...@li...> Sent: Wednesday, November 26, 2003 1:08 PM Subject: RE: [Springframework-developer] CVS problem Rod, could you please contact SF support to resolve both issues? I guess we can wait with checking in HotSwappableInvokerInterceptor until then. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Colin Sampaleanu Sent: Wednesday, November 26, 2003 1:54 PM To: spr...@li... Subject: Re: [Springframework-developer] CVS problem I have seen this before. There will either be a variation of the same file in the Attic, on the server, that differs only by case. or there will be a lock file or some other metadata turd sitting around on the server. It needs to be resolved on the server unfortunately. W/regards to the case issue, it doesn't matter if the server is not Win32. The problem is that the server is Unix, and makes a distinction between case, but the win32 client makes no distinction. What I would suggest doing is adding in the file with something like a '2' added to the end of the classname, then asking sf to fix up the repo, and then refactor the name. I have a feeling they will take a while to respond, so this is probably the easiest way to proceed. You can tell there is bad data on the server for this, when you do an update now in the src folder you now get this message: cvs server: nothing known about src/org/springframework/aop/interceptor/HotSwappableInvokerInterceptor.java We also have an existing issue in the test folder cvs server: nothing known about test/org/springframework/transaction/interceptor/MatchAllwaysTransactionAttr ibuteSourceTest.java These can only be resolved by SF. Rod Johnson wrote: >I'm sure there are some OS X users or Linux users among Spring developers, >so we soon should be able to see... > >----- Original Message ----- >From: "jürgen höller [werk3AT]" <jue...@we...> >To: <spr...@li...> >Sent: Wednesday, November 26, 2003 11:50 AM >Subject: RE: [Springframework-developer] CVS problem > > >IntelliJ IDEA just delegates to cvs.exe, so this seems to be a problem with >the Win32 version of the CVS client. > >Juergen > > >-----Original Message----- >From: spr...@li... >[mailto:spr...@li...]On Behalf >Of Rod Johnson >Sent: Wednesday, November 26, 2003 12:49 PM >To: spr...@li... >Subject: [Springframework-developer] CVS problem > > >I've managed to commit the tests for this but I can't commit the class >itself despite repeated efforts. So our test suite is currently broken :-( > >Juergen has encountered the same problem, with IntelliJ rather than Eclipse >(see his message below). > >I've been having lots of problems with CVS lately. > >Can anyone shed any light on this--and hopefully commit it--or do we have to >contact SF support? > >Thanks, >Rod > >----- Original Message ----- >From: "jürgen höller [werk3AT]" <jue...@we...> >To: "Rod Johnson" <rod...@in...> >Sent: Wednesday, November 26, 2003 11:31 AM >Subject: RE: Emailing: HotSwappableInvokerInterceptor.java > > >Seems to be a CVS bug. I get the following error message on commit: > > cvs: hash.c:312: findnode: Assertion `key != ((void *)0)' failed. > >I did a quick google search: That message is supposed to be caused by an >existing file with same name but different case on Win32. But there is no >such file in CVS, and the SourceForge servers are not running Windows, are >they? So I guess it has something to do with the CVS client running on >Windows. > >I've also asked our CVS administrator at werk3AT; he couldn't help either. > >Juergen > > >-----Original Message----- >From: Rod Johnson [mailto:rod...@in...] >Sent: Wednesday, November 26, 2003 11:47 AM >To: jürgen höller [werk3AT] >Subject: Emailing: HotSwappableInvokerInterceptor.java > > > >Juergen, > >Can you please try to commit this? I can't and I wonder whether it's an >Eclipse problem (I don't think it is). > >Unfortunately I succeeded in committing the tests, so the test suite now >fails :-( > >Thanks, >Rod > > > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Rod J. <rod...@in...> - 2003-11-26 14:49:08
|
SF have fixed the problems and I've checked in the hot swapper. I'm impressed with the quick turnaround! Regards, Rod ----- Original Message ----- From: "Rod Johnson" <rod...@in...> To: <spr...@li...> Sent: Wednesday, November 26, 2003 1:42 PM Subject: Re: [Springframework-developer] CVS problem > Done. > ----- Original Message ----- > From: "jürgen höller [werk3AT]" <jue...@we...> > To: <spr...@li...> > Sent: Wednesday, November 26, 2003 1:08 PM > Subject: RE: [Springframework-developer] CVS problem > > > Rod, could you please contact SF support to resolve both issues? I guess we > can wait with checking in HotSwappableInvokerInterceptor until then. > > Juergen > > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...]On Behalf > Of Colin Sampaleanu > Sent: Wednesday, November 26, 2003 1:54 PM > To: spr...@li... > Subject: Re: [Springframework-developer] CVS problem > > > I have seen this before. There will either be a variation of the same > file in the Attic, on the server, that differs only by case. or there > will be a lock file or some other metadata turd sitting around on the > server. It needs to be resolved on the server unfortunately. W/regards > to the case issue, it doesn't matter if the server is not Win32. The > problem is that the server is Unix, and makes a distinction between > case, but the win32 client makes no distinction. > > What I would suggest doing is adding in the file with something like a > '2' added to the end of the classname, then asking sf to fix up the > repo, and then refactor the name. I have a feeling they will take a > while to respond, so this is probably the easiest way to proceed. > > You can tell there is bad data on the server for this, when you do an > update now in the src folder you now get this message: > cvs server: nothing known about > src/org/springframework/aop/interceptor/HotSwappableInvokerInterceptor.java > We also have an existing issue in the test folder > cvs server: nothing known about > test/org/springframework/transaction/interceptor/MatchAllwaysTransactionAttr > ibuteSourceTest.java > > These can only be resolved by SF. > > > Rod Johnson wrote: > > >I'm sure there are some OS X users or Linux users among Spring developers, > >so we soon should be able to see... > > > >----- Original Message ----- > >From: "jürgen höller [werk3AT]" <jue...@we...> > >To: <spr...@li...> > >Sent: Wednesday, November 26, 2003 11:50 AM > >Subject: RE: [Springframework-developer] CVS problem > > > > > >IntelliJ IDEA just delegates to cvs.exe, so this seems to be a problem with > >the Win32 version of the CVS client. > > > >Juergen > > > > > >-----Original Message----- > >From: spr...@li... > >[mailto:spr...@li...]On Behalf > >Of Rod Johnson > >Sent: Wednesday, November 26, 2003 12:49 PM > >To: spr...@li... > >Subject: [Springframework-developer] CVS problem > > > > > >I've managed to commit the tests for this but I can't commit the class > >itself despite repeated efforts. So our test suite is currently broken :-( > > > >Juergen has encountered the same problem, with IntelliJ rather than Eclipse > >(see his message below). > > > >I've been having lots of problems with CVS lately. > > > >Can anyone shed any light on this--and hopefully commit it--or do we have > to > >contact SF support? > > > >Thanks, > >Rod > > > >----- Original Message ----- > >From: "jürgen höller [werk3AT]" <jue...@we...> > >To: "Rod Johnson" <rod...@in...> > >Sent: Wednesday, November 26, 2003 11:31 AM > >Subject: RE: Emailing: HotSwappableInvokerInterceptor.java > > > > > >Seems to be a CVS bug. I get the following error message on commit: > > > > cvs: hash.c:312: findnode: Assertion `key != ((void *)0)' failed. > > > >I did a quick google search: That message is supposed to be caused by an > >existing file with same name but different case on Win32. But there is no > >such file in CVS, and the SourceForge servers are not running Windows, are > >they? So I guess it has something to do with the CVS client running on > >Windows. > > > >I've also asked our CVS administrator at werk3AT; he couldn't help either. > > > >Juergen > > > > > >-----Original Message----- > >From: Rod Johnson [mailto:rod...@in...] > >Sent: Wednesday, November 26, 2003 11:47 AM > >To: jürgen höller [werk3AT] > >Subject: Emailing: HotSwappableInvokerInterceptor.java > > > > > > > >Juergen, > > > >Can you please try to commit this? I can't and I wonder whether it's an > >Eclipse problem (I don't think it is). > > > >Unfortunately I succeeded in committing the tests, so the test suite now > >fails :-( > > > >Thanks, > >Rod > > > > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Rod J. <rod...@in...> - 2003-11-26 11:58:07
|
I'm sure there are some OS X users or Linux users among Spring developers, so we soon should be able to see... ----- Original Message ----- From: "jürgen höller [werk3AT]" <jue...@we...> To: <spr...@li...> Sent: Wednesday, November 26, 2003 11:50 AM Subject: RE: [Springframework-developer] CVS problem IntelliJ IDEA just delegates to cvs.exe, so this seems to be a problem with the Win32 version of the CVS client. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Rod Johnson Sent: Wednesday, November 26, 2003 12:49 PM To: spr...@li... Subject: [Springframework-developer] CVS problem I've managed to commit the tests for this but I can't commit the class itself despite repeated efforts. So our test suite is currently broken :-( Juergen has encountered the same problem, with IntelliJ rather than Eclipse (see his message below). I've been having lots of problems with CVS lately. Can anyone shed any light on this--and hopefully commit it--or do we have to contact SF support? Thanks, Rod ----- Original Message ----- From: "jürgen höller [werk3AT]" <jue...@we...> To: "Rod Johnson" <rod...@in...> Sent: Wednesday, November 26, 2003 11:31 AM Subject: RE: Emailing: HotSwappableInvokerInterceptor.java Seems to be a CVS bug. I get the following error message on commit: cvs: hash.c:312: findnode: Assertion `key != ((void *)0)' failed. I did a quick google search: That message is supposed to be caused by an existing file with same name but different case on Win32. But there is no such file in CVS, and the SourceForge servers are not running Windows, are they? So I guess it has something to do with the CVS client running on Windows. I've also asked our CVS administrator at werk3AT; he couldn't help either. Juergen -----Original Message----- From: Rod Johnson [mailto:rod...@in...] Sent: Wednesday, November 26, 2003 11:47 AM To: jürgen höller [werk3AT] Subject: Emailing: HotSwappableInvokerInterceptor.java Juergen, Can you please try to commit this? I can't and I wonder whether it's an Eclipse problem (I don't think it is). Unfortunately I succeeded in committing the tests, so the test suite now fails :-( Thanks, Rod ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Colin S. <col...@ex...> - 2003-11-26 12:53:28
|
I have seen this before. There will either be a variation of the same file in the Attic, on the server, that differs only by case. or there will be a lock file or some other metadata turd sitting around on the server. It needs to be resolved on the server unfortunately. W/regards to the case issue, it doesn't matter if the server is not Win32. The problem is that the server is Unix, and makes a distinction between case, but the win32 client makes no distinction. What I would suggest doing is adding in the file with something like a '2' added to the end of the classname, then asking sf to fix up the repo, and then refactor the name. I have a feeling they will take a while to respond, so this is probably the easiest way to proceed. You can tell there is bad data on the server for this, when you do an update now in the src folder you now get this message: cvs server: nothing known about src/org/springframework/aop/interceptor/HotSwappableInvokerInterceptor.java We also have an existing issue in the test folder cvs server: nothing known about test/org/springframework/transaction/interceptor/MatchAllwaysTransactionAttributeSourceTest.java These can only be resolved by SF. Rod Johnson wrote: >I'm sure there are some OS X users or Linux users among Spring developers, >so we soon should be able to see... > >----- Original Message ----- >From: "jürgen höller [werk3AT]" <jue...@we...> >To: <spr...@li...> >Sent: Wednesday, November 26, 2003 11:50 AM >Subject: RE: [Springframework-developer] CVS problem > > >IntelliJ IDEA just delegates to cvs.exe, so this seems to be a problem with >the Win32 version of the CVS client. > >Juergen > > >-----Original Message----- >From: spr...@li... >[mailto:spr...@li...]On Behalf >Of Rod Johnson >Sent: Wednesday, November 26, 2003 12:49 PM >To: spr...@li... >Subject: [Springframework-developer] CVS problem > > >I've managed to commit the tests for this but I can't commit the class >itself despite repeated efforts. So our test suite is currently broken :-( > >Juergen has encountered the same problem, with IntelliJ rather than Eclipse >(see his message below). > >I've been having lots of problems with CVS lately. > >Can anyone shed any light on this--and hopefully commit it--or do we have to >contact SF support? > >Thanks, >Rod > >----- Original Message ----- >From: "jürgen höller [werk3AT]" <jue...@we...> >To: "Rod Johnson" <rod...@in...> >Sent: Wednesday, November 26, 2003 11:31 AM >Subject: RE: Emailing: HotSwappableInvokerInterceptor.java > > >Seems to be a CVS bug. I get the following error message on commit: > > cvs: hash.c:312: findnode: Assertion `key != ((void *)0)' failed. > >I did a quick google search: That message is supposed to be caused by an >existing file with same name but different case on Win32. But there is no >such file in CVS, and the SourceForge servers are not running Windows, are >they? So I guess it has something to do with the CVS client running on >Windows. > >I've also asked our CVS administrator at werk3AT; he couldn't help either. > >Juergen > > >-----Original Message----- >From: Rod Johnson [mailto:rod...@in...] >Sent: Wednesday, November 26, 2003 11:47 AM >To: jürgen höller [werk3AT] >Subject: Emailing: HotSwappableInvokerInterceptor.java > > > >Juergen, > >Can you please try to commit this? I can't and I wonder whether it's an >Eclipse problem (I don't think it is). > >Unfortunately I succeeded in committing the tests, so the test suite now >fails :-( > >Thanks, >Rod > > > |