You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
(3) |
May
(33) |
Jun
(44) |
Jul
(40) |
Aug
(23) |
Sep
(26) |
Oct
(41) |
Nov
(37) |
Dec
(42) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(40) |
Feb
(58) |
Mar
(81) |
Apr
(94) |
May
(77) |
Jun
(83) |
Jul
(55) |
Aug
(118) |
Sep
(51) |
Oct
(193) |
Nov
(77) |
Dec
(17) |
| 2005 |
Jan
(56) |
Feb
(87) |
Mar
(83) |
Apr
(155) |
May
(115) |
Jun
(157) |
Jul
(90) |
Aug
(87) |
Sep
(145) |
Oct
(56) |
Nov
(105) |
Dec
(88) |
| 2006 |
Jan
(56) |
Feb
(93) |
Mar
(30) |
Apr
(46) |
May
(46) |
Jun
(16) |
Jul
(33) |
Aug
(54) |
Sep
(47) |
Oct
(21) |
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
1
(2) |
2
(3) |
3
(3) |
4
(7) |
5
(3) |
6
(3) |
|
7
|
8
(2) |
9
(2) |
10
(2) |
11
|
12
|
13
(1) |
|
14
(1) |
15
|
16
|
17
|
18
|
19
(7) |
20
(1) |
|
21
|
22
(1) |
23
(2) |
24
|
25
|
26
|
27
(1) |
|
28
|
29
(1) |
30
(3) |
31
(1) |
|
|
|
|
From: Owen R. <exo...@gm...> - 2006-05-31 05:40:09
|
hi thibaut, On 30/05/06, Thibaut Barr=E8re <thi...@gm...> wrote: > I did not look at the code itself yet, can anyone tell me if it's possibl= e > to force the build through the rest interface ? yes there is. try: http://[host]/[vdir]/server/[myserver]/project/[myproject]/ForceBuild.xml cheers, owen. --=20 Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com |
|
From: Owen R. <exo...@gm...> - 2006-05-30 16:00:42
|
hi richard, On 30/05/06, Foster, Richard - PAL <RF...@qu...> wrote: > According to McAfee, there is still something "undesirable" about that > file. The problem is, they aren't saying what. nsSCM.dll is a plugin for the nullsoft installer that allows the registration/unregistration of the ccservice service during installation [1]. if you just want to work with the source, you don't really need this file -- it's only required if you want to build a new version of the ccnet installer. so, maybe you could either 1) when doing a checkout from svn, bypass this folder or 2) download the source from ccnetlive and not extract this dll. do either of these options work for you? cheers, owen. [1] http://nsis.sourceforge.net/Service_Control_Manager_plugin_(install_services_and_drivers_on_NT/2K/XP) -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com |
|
From: Foster, R. - P. <RF...@qu...> - 2006-05-30 12:10:45
|
Ashish, Yup, that would indeed be a solution... BUT the IT guy will not override McAfee unless he knows exactly *what* the file does, and *why* they believe it should be blocked. According to McAfee, there is still something "undesirable" about that file. The problem is, they aren't saying what. Regards, Richard=20 -----Original Message----- From: ccn...@li... [mailto:ccn...@li...] On Behalf Of Ashish Sent: Saturday, May 27, 2006 00:40 To: ccn...@li... Subject: Re: [Ccnet-devel] Bad file reported by McAfee when getting sourcefrom subversion. Hi, I don't have McAfee to test this, but I would think that McAfee should allow you to specify that the dll is not a 'Potentially Unwanted Program' or PUP, and once you have done that, the SVN update should work fine. Regards, Ashish |
|
From: <thi...@gm...> - 2006-05-30 09:34:19
|
Hi I did not look at the code itself yet, can anyone tell me if it's possible to force the build through the rest interface ? cheers Thibaut -- [blog] http://www.dotnetguru2.org/tbarrere |
|
From: Owen R. <exo...@gm...> - 2006-05-29 14:20:45
|
i've updated the ccnetlive server to build the ccnet 1.1 and ccnet 1.0 projects using the new subversion repository. i've also moved the ccnet.config file into subversion at /ccnet/environments/ccnetlive. oh, and i also got syncmail notifications working again. so if you're subscribed to ccnet-checkins, you can get diffs of the changes committed to the repository. cheers, owen. --=20 Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com |
|
From: Ashish <ash...@gm...> - 2006-05-27 04:40:18
|
Hi, I don't have McAfee to test this, but I would think that McAfee should allow you to specify that the dll is not a 'Potentially Unwanted Program' or PUP, and once you have done that, the SVN update should work fine. Regards, Ashish On 5/19/06, Foster, Richard - PAL <RF...@qu...> wrote: > > > > Greetings all, > > I'm hoping someone can help out here. When I try to do an SVN update to g= et > the latest source, McAfee's Virus Scan enterprise (which I am not allowed= to > disable) complains about nsSCM.dll. > > McAfee's own virus library, while it lists Nsscm, gives no indication *wh= y* > it is considered an undesirable file. > > Does anyone have any suggestions for how I can get past this, while still > being able to build CCNet?! > > Regards, > Richard |
|
From: Pahmp M. \(NONSSA\) <Mik...@ba...> - 2006-05-23 09:56:39
|
I'd like to use ClearCase UCM deliver operations as triggers for builds. This way I can start a build for each user's "deliver to integration stream" operation and even direct the result to the correct user. =20 Has anyone thought of this before? =20 If not, I'm thinking of writing a sourcecontrol block for this. Any suggestions if I should write a new block or use the existing clearcase block and add more attributes to it? =20 The implementation should poll for new 'activities' which starts with the string 'deliver'. I'm not sure how to determine when the deliver operation is complete, though. =20 This solution solves another problem I have with multiple VOBs in a UCM view. The normal Clearcase sourcecontrol block uses the 'lshistory' command to find modifications. This command requires a path to a VOB. Hence I have to use multiple clearcase blocks within a 'multi' block to check all VOBs in my view. Kind of ugly. =20 Any comments are welcome. =20 /Mikael =20 |
|
From: Pahmp M. \(NONSSA\) <Mik...@ba...> - 2006-05-23 09:43:25
|
I'd like to use ClearCase UCM deliver operations as triggers for builds. This way I can start a build for each user's "deliver to integration stream" operation and even direct the result to the correct user. =20 Has anyone thought of this before? =20 If not, I'm thinking of writing a sourcecontrol block for this. Any suggestions if I should write a new block or use the existing clearcase block and add more attributes to it? =20 The implementation should poll for new 'activities' which starts with the string 'deliver'. I'm not sure how to determine when the deliver operation is complete, though. =20 This solution solves another problem I have with multiple VOBs in a UCM view. The normal Clearcase sourcecontrol block uses the 'lshistory' command to find modifications. This command requires a path to a VOB. Hence I have to use multiple clearcase blocks within a 'multi' block to check all VOBs in my view. Kind of ugly. =20 Any comments are welcome. =20 /Mikael =20 |
|
From: <thi...@gm...> - 2006-05-22 12:31:36
|
> > Can you tell me which patches are being worked on > --> being included in the main trunc from cvs style > maybe we could keep a quick http://www.writeboard.com to sync everyone on that topic (just an idea but for temporary stuff it's very pratical) |
|
From: Ruben W. <rub...@gm...> - 2006-05-20 06:13:02
|
Hi Owen Can you tell me which patches are being worked on --> being included in the main trunc from cvs style I do not mind converting mine to svn, but I prefer not to do double work. regards On 5/19/06, Owen Rogers <exo...@gm...> wrote: > > hi ruben, > > On 13/05/06, Ruben Willems <rub...@gm...> wrote: > > A question : all the patches that are posted to the list/Jira, and whic= h > are > > not yet > > included in the main build, what about them ? > > - convert the patch to svn style > > - does somebody of the maintainers do this manually? > > --> apply the cvs patch manually to the svn trunk > > > > Just to be sure no double work is done. > > if you have the bandwidth to convert your patches to svn, that would > be great. but for the most part, we should be able to manage with the > cvs patches. > cheers, > owen. > > -- > Owen Rogers | http://dotnetjunkies.com/weblog/exortech | > CruiseControl.NET - http://ccnet.thoughtworks.com > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Ccnet-devel mailing list > Ccn...@li... > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > |
|
From: Owen R. <exo...@gm...> - 2006-05-19 16:55:12
|
i've gone through and given svn access to a number of comitters for the project. please let me know if this helps you get access. cheers, owen. On 19/05/06, Ashish <ash...@gm...> wrote: > Oh... it was just a subversion access permission issue. I had commit > access on CVS, but not on SVN. And it was not a problem before as we > never had SVN. I guess it might be an issue with other 'developers' on > this project, but don't think there are that many active committers at > present. > > On 5/19/06, Ashish <ash...@gm...> wrote: > > I am also using TortoiseSVN. I got prompted for my sf user id and > > password, and I supplied those. > > While looking for reasons, I found some people had this problem > > because of case-sensitiveness issues. > > http://svn.haxx.se/users/archive-2006-03/1459.shtml > > Not sure if thats the case here. > > > > On 5/19/06, gr...@ta... <gr...@ta...> wrote: > > > They're working fine for me. > > > > > > What are you using to commit? (I use TortoiseSVN) > > > Are you being prompted for your sf username and password? > > > > > > > Are the commits happening on subversion? I keep getting "Commit > > > > Failed" error. And in details: MKACTIVITY of > > > > '/svnroot/ccnet/!svn/act/...': 403 Forbidden > > > > (https://svn.sourceforget.net) > > > > > > > > On 5/13/06, Ruben Willems <rub...@gm...> wrote: > > > >> Hi > > > >> > > > >> A question : all the patches that are posted to the list/Jira, an= d > > > >> which > > > >> are not yet > > > >> included in the main build, what about them ? > > > >> - convert the patch to svn style > > > >> - does somebody of the maintainers do this manually? > > > >> --> apply the cvs patch manually to the svn trunk > > > >> > > > >> Just to be sure no double work is done. > > > >> > > > >> > > > >> with kind regards > > > >> > > > >> > > > >> On 5/13/06, Graham Tackley <gr...@ta...> wrote: > > > >> > As many of you know, sourceforge have had problems with their CV= S > > > >> > hosting over that last few weeks. Their fix which went live yes= terday > > > >> > means that you will have to re-checkout your CVS working copies > > > >> because > > > >> > the host name has changed... > > > >> > > > > >> > ...so this seemed like a really good time to switch to storing t= he > > > >> ccnet > > > >> > source code in Subversion. > > > >> > > > > >> > *** AS OF NOW, DO NOT USE THE CCNET CVS REPOSITORY. INSTEAD, US= E THE > > > >> > SUBVERSION REPOSITORY AT > > > >> https://svn.sourceforge.net/svnroot/ccnet/trunk *** > > > >> > > > > >> > See http://sourceforge.net/svn/?group_id=3D71179 for more > > > >> detail. The > > > >> > release 1 branch can be found at > > > >> > > > > >> https://svn.sourceforge.net/svnroot/ccnet/branches/RB_1_0. > > > >> > > > > >> > The code, history, tags and branches have all been migrated. > > > >> ccnetlive > > > >> > has not yet been updated to build the code in subversion -- this= will > > > >> > happen hopefully in the next few days. > > > >> > > > > >> > If anyone was using anything in the CVS modules other than ccnet= , > > > >> please > > > >> > let me know. (They have not been migrated.) > > > >> > > > > >> > And welcome to the new world where diffs don't require a server = round > > > >> > trip. yeh! > > > >> > > > > >> > Cheers > > > >> > g > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > ------------------------------------------------------- > > > >> > Using Tomcat but need to do more? Need to support web services, > > > >> security? > > > >> > Get stuff done quickly with pre-integrated technology to make yo= ur job > > > >> easier > > > >> > Download IBM WebSphere Application Server v.1.0.1 based on Apach= e > > > >> Geronimo > > > >> > > > > >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D26305= 7&dat=3D121642 > > > >> > _______________________________________________ > > > >> > Ccnet-devel mailing list > > > >> > Ccn...@li... > > > >> > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > > > >> > > > > >> > > > >> > > > > > > > > > > > > ------------------------------------------------------- > > > > Using Tomcat but need to do more? Need to support web services, sec= urity? > > > > Get stuff done quickly with pre-integrated technology to make your = job > > > > easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache G= eronimo > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat= =121642 > > > > _______________________________________________ > > > > Ccnet-devel mailing list > > > > Ccn...@li... > > > > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, secur= ity? > > > Get stuff done quickly with pre-integrated technology to make your jo= b easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Ger= onimo > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > > > _______________________________________________ > > > Ccnet-devel mailing list > > > Ccn...@li... > > > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > > > > > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Ccnet-devel mailing list > Ccn...@li... > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > --=20 Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com |
|
From: Ashish <ash...@gm...> - 2006-05-19 16:02:32
|
Oh... it was just a subversion access permission issue. I had commit access on CVS, but not on SVN. And it was not a problem before as we never had SVN. I guess it might be an issue with other 'developers' on this project, but don't think there are that many active committers at present. On 5/19/06, Ashish <ash...@gm...> wrote: > I am also using TortoiseSVN. I got prompted for my sf user id and > password, and I supplied those. > While looking for reasons, I found some people had this problem > because of case-sensitiveness issues. > http://svn.haxx.se/users/archive-2006-03/1459.shtml > Not sure if thats the case here. > > On 5/19/06, gr...@ta... <gr...@ta...> wrote: > > They're working fine for me. > > > > What are you using to commit? (I use TortoiseSVN) > > Are you being prompted for your sf username and password? > > > > > Are the commits happening on subversion? I keep getting "Commit > > > Failed" error. And in details: MKACTIVITY of > > > '/svnroot/ccnet/!svn/act/...': 403 Forbidden > > > (https://svn.sourceforget.net) > > > > > > On 5/13/06, Ruben Willems <rub...@gm...> wrote: > > >> Hi > > >> > > >> A question : all the patches that are posted to the list/Jira, and > > >> which > > >> are not yet > > >> included in the main build, what about them ? > > >> - convert the patch to svn style > > >> - does somebody of the maintainers do this manually? > > >> --> apply the cvs patch manually to the svn trunk > > >> > > >> Just to be sure no double work is done. > > >> > > >> > > >> with kind regards > > >> > > >> > > >> On 5/13/06, Graham Tackley <gr...@ta...> wrote: > > >> > As many of you know, sourceforge have had problems with their CVS > > >> > hosting over that last few weeks. Their fix which went live yeste= rday > > >> > means that you will have to re-checkout your CVS working copies > > >> because > > >> > the host name has changed... > > >> > > > >> > ...so this seemed like a really good time to switch to storing the > > >> ccnet > > >> > source code in Subversion. > > >> > > > >> > *** AS OF NOW, DO NOT USE THE CCNET CVS REPOSITORY. INSTEAD, USE = THE > > >> > SUBVERSION REPOSITORY AT > > >> https://svn.sourceforge.net/svnroot/ccnet/trunk *** > > >> > > > >> > See http://sourceforge.net/svn/?group_id=3D71179 for more > > >> detail. The > > >> > release 1 branch can be found at > > >> > > > >> https://svn.sourceforge.net/svnroot/ccnet/branches/RB_1_0. > > >> > > > >> > The code, history, tags and branches have all been migrated. > > >> ccnetlive > > >> > has not yet been updated to build the code in subversion -- this w= ill > > >> > happen hopefully in the next few days. > > >> > > > >> > If anyone was using anything in the CVS modules other than ccnet, > > >> please > > >> > let me know. (They have not been migrated.) > > >> > > > >> > And welcome to the new world where diffs don't require a server ro= und > > >> > trip. yeh! > > >> > > > >> > Cheers > > >> > g > > >> > > > >> > > > >> > > > >> > > > >> > ------------------------------------------------------- > > >> > Using Tomcat but need to do more? Need to support web services, > > >> security? > > >> > Get stuff done quickly with pre-integrated technology to make your= job > > >> easier > > >> > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > >> Geronimo > > >> > > > >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&= dat=3D121642 > > >> > _______________________________________________ > > >> > Ccnet-devel mailing list > > >> > Ccn...@li... > > >> > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > > >> > > > >> > > >> > > > > > > > > > ------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, secur= ity? > > > Get stuff done quickly with pre-integrated technology to make your jo= b > > > easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Ger= onimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=121= 642 > > > _______________________________________________ > > > Ccnet-devel mailing list > > > Ccn...@li... > > > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > > > > > > > > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, securit= y? > > Get stuff done quickly with pre-integrated technology to make your job = easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > > _______________________________________________ > > Ccnet-devel mailing list > > Ccn...@li... > > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > > > |
|
From: Ashish <ash...@gm...> - 2006-05-19 15:26:25
|
I am also using TortoiseSVN. I got prompted for my sf user id and password, and I supplied those. While looking for reasons, I found some people had this problem because of case-sensitiveness issues. http://svn.haxx.se/users/archive-2006-03/1459.shtml Not sure if thats the case here. On 5/19/06, gr...@ta... <gr...@ta...> wrote: > They're working fine for me. > > What are you using to commit? (I use TortoiseSVN) > Are you being prompted for your sf username and password? > > > Are the commits happening on subversion? I keep getting "Commit > > Failed" error. And in details: MKACTIVITY of > > '/svnroot/ccnet/!svn/act/...': 403 Forbidden > > (https://svn.sourceforget.net) > > > > On 5/13/06, Ruben Willems <rub...@gm...> wrote: > >> Hi > >> > >> A question : all the patches that are posted to the list/Jira, and > >> which > >> are not yet > >> included in the main build, what about them ? > >> - convert the patch to svn style > >> - does somebody of the maintainers do this manually? > >> --> apply the cvs patch manually to the svn trunk > >> > >> Just to be sure no double work is done. > >> > >> > >> with kind regards > >> > >> > >> On 5/13/06, Graham Tackley <gr...@ta...> wrote: > >> > As many of you know, sourceforge have had problems with their CVS > >> > hosting over that last few weeks. Their fix which went live yesterd= ay > >> > means that you will have to re-checkout your CVS working copies > >> because > >> > the host name has changed... > >> > > >> > ...so this seemed like a really good time to switch to storing the > >> ccnet > >> > source code in Subversion. > >> > > >> > *** AS OF NOW, DO NOT USE THE CCNET CVS REPOSITORY. INSTEAD, USE TH= E > >> > SUBVERSION REPOSITORY AT > >> https://svn.sourceforge.net/svnroot/ccnet/trunk *** > >> > > >> > See http://sourceforge.net/svn/?group_id=3D71179 for more > >> detail. The > >> > release 1 branch can be found at > >> > > >> https://svn.sourceforge.net/svnroot/ccnet/branches/RB_1_0. > >> > > >> > The code, history, tags and branches have all been migrated. > >> ccnetlive > >> > has not yet been updated to build the code in subversion -- this wil= l > >> > happen hopefully in the next few days. > >> > > >> > If anyone was using anything in the CVS modules other than ccnet, > >> please > >> > let me know. (They have not been migrated.) > >> > > >> > And welcome to the new world where diffs don't require a server roun= d > >> > trip. yeh! > >> > > >> > Cheers > >> > g > >> > > >> > > >> > > >> > > >> > ------------------------------------------------------- > >> > Using Tomcat but need to do more? Need to support web services, > >> security? > >> > Get stuff done quickly with pre-integrated technology to make your j= ob > >> easier > >> > Download IBM WebSphere Application Server v.1.0.1 based on Apache > >> Geronimo > >> > > >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&da= t=3D121642 > >> > _______________________________________________ > >> > Ccnet-devel mailing list > >> > Ccn...@li... > >> > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > >> > > >> > >> > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, securit= y? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=12164= 2 > > _______________________________________________ > > Ccnet-devel mailing list > > Ccn...@li... > > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > > > > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Ccnet-devel mailing list > Ccn...@li... > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > |
|
From: Owen R. <exo...@gm...> - 2006-05-19 14:31:49
|
hi ruben, On 13/05/06, Ruben Willems <rub...@gm...> wrote: > A question : all the patches that are posted to the list/Jira, and which = are > not yet > included in the main build, what about them ? > - convert the patch to svn style > - does somebody of the maintainers do this manually? > --> apply the cvs patch manually to the svn trunk > > Just to be sure no double work is done. if you have the bandwidth to convert your patches to svn, that would be great. but for the most part, we should be able to manage with the cvs patches. cheers, owen. --=20 Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com |
|
From: Foster, R. - P. <RF...@qu...> - 2006-05-19 13:52:25
|
Greetings all, I'm hoping someone can help out here. When I try to do an SVN update to get the latest source, McAfee's Virus Scan enterprise (which I am not allowed to disable) complains about nsSCM.dll. McAfee's own virus library, while it lists Nsscm, gives no indication *why* it is considered an undesirable file. Does anyone have any suggestions for how I can get past this, while still being able to build CCNet?! Regards, Richard |
|
From: <gr...@ta...> - 2006-05-19 08:52:14
|
They're working fine for me. What are you using to commit? (I use TortoiseSVN) Are you being prompted for your sf username and password? > Are the commits happening on subversion? I keep getting "Commit > Failed" error. And in details: MKACTIVITY of > '/svnroot/ccnet/!svn/act/...': 403 Forbidden > (https://svn.sourceforget.net) > > On 5/13/06, Ruben Willems <rub...@gm...> wrote: >> Hi >> >> A question : all the patches that are posted to the list/Jira, and >> which >> are not yet >> included in the main build, what about them ? >> - convert the patch to svn style >> - does somebody of the maintainers do this manually? >> --> apply the cvs patch manually to the svn trunk >> >> Just to be sure no double work is done. >> >> >> with kind regards >> >> >> On 5/13/06, Graham Tackley <gr...@ta...> wrote: >> > As many of you know, sourceforge have had problems with their CVS >> > hosting over that last few weeks. Their fix which went live yesterd= ay >> > means that you will have to re-checkout your CVS working copies >> because >> > the host name has changed... >> > >> > ...so this seemed like a really good time to switch to storing the >> ccnet >> > source code in Subversion. >> > >> > *** AS OF NOW, DO NOT USE THE CCNET CVS REPOSITORY. INSTEAD, USE TH= E >> > SUBVERSION REPOSITORY AT >> https://svn.sourceforge.net/svnroot/ccnet/trunk *** >> > >> > See http://sourceforge.net/svn/?group_id=3D71179 for more >> detail. The >> > release 1 branch can be found at >> > >> https://svn.sourceforge.net/svnroot/ccnet/branches/RB_1_0. >> > >> > The code, history, tags and branches have all been migrated. >> ccnetlive >> > has not yet been updated to build the code in subversion -- this wil= l >> > happen hopefully in the next few days. >> > >> > If anyone was using anything in the CVS modules other than ccnet, >> please >> > let me know. (They have not been migrated.) >> > >> > And welcome to the new world where diffs don't require a server roun= d >> > trip. yeh! >> > >> > Cheers >> > g >> > >> > >> > >> > >> > ------------------------------------------------------- >> > Using Tomcat but need to do more? Need to support web services, >> security? >> > Get stuff done quickly with pre-integrated technology to make your j= ob >> easier >> > Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> > >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&da= t=3D121642 >> > _______________________________________________ >> > Ccnet-devel mailing list >> > Ccn...@li... >> > https://lists.sourceforge.net/lists/listinfo/ccnet-devel >> > >> >> > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=12164= 2 > _______________________________________________ > Ccnet-devel mailing list > Ccn...@li... > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > |
|
From: Ashish <ash...@gm...> - 2006-05-19 03:58:09
|
Are the commits happening on subversion? I keep getting "Commit Failed" error. And in details: MKACTIVITY of '/svnroot/ccnet/!svn/act/...': 403 Forbidden (https://svn.sourceforget.net) On 5/13/06, Ruben Willems <rub...@gm...> wrote: > Hi > > A question : all the patches that are posted to the list/Jira, and which > are not yet > included in the main build, what about them ? > - convert the patch to svn style > - does somebody of the maintainers do this manually? > --> apply the cvs patch manually to the svn trunk > > Just to be sure no double work is done. > > > with kind regards > > > On 5/13/06, Graham Tackley <gr...@ta...> wrote: > > As many of you know, sourceforge have had problems with their CVS > > hosting over that last few weeks. Their fix which went live yesterday > > means that you will have to re-checkout your CVS working copies because > > the host name has changed... > > > > ...so this seemed like a really good time to switch to storing the ccne= t > > source code in Subversion. > > > > *** AS OF NOW, DO NOT USE THE CCNET CVS REPOSITORY. INSTEAD, USE THE > > SUBVERSION REPOSITORY AT > https://svn.sourceforge.net/svnroot/ccnet/trunk *** > > > > See http://sourceforge.net/svn/?group_id=3D71179 for more > detail. The > > release 1 branch can be found at > > > https://svn.sourceforge.net/svnroot/ccnet/branches/RB_1_0. > > > > The code, history, tags and branches have all been migrated. ccnetlive > > has not yet been updated to build the code in subversion -- this will > > happen hopefully in the next few days. > > > > If anyone was using anything in the CVS modules other than ccnet, pleas= e > > let me know. (They have not been migrated.) > > > > And welcome to the new world where diffs don't require a server round > > trip. yeh! > > > > Cheers > > g > > > > > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, securit= y? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > > _______________________________________________ > > Ccnet-devel mailing list > > Ccn...@li... > > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > > > > |
|
From: Ruben W. <rub...@gm...> - 2006-05-14 04:34:37
|
Hi A question : all the patches that are posted to the list/Jira, and which ar= e not yet included in the main build, what about them ? - convert the patch to svn style - does somebody of the maintainers do this manually? --> apply the cvs patch manually to the svn trunk Just to be sure no double work is done. with kind regards On 5/13/06, Graham Tackley <gr...@ta...> wrote: > > As many of you know, sourceforge have had problems with their CVS > hosting over that last few weeks. Their fix which went live yesterday > means that you will have to re-checkout your CVS working copies because > the host name has changed... > > ...so this seemed like a really good time to switch to storing the ccnet > source code in Subversion. > > *** AS OF NOW, DO NOT USE THE CCNET CVS REPOSITORY. INSTEAD, USE THE > SUBVERSION REPOSITORY AT https://svn.sourceforge.net/svnroot/ccnet/trunk*= ** > > See http://sourceforge.net/svn/?group_id=3D71179 for more detail. The > release 1 branch can be found at > https://svn.sourceforge.net/svnroot/ccnet/branches/RB_1_0. > > The code, history, tags and branches have all been migrated. ccnetlive > has not yet been updated to build the code in subversion -- this will > happen hopefully in the next few days. > > If anyone was using anything in the CVS modules other than ccnet, please > let me know. (They have not been migrated.) > > And welcome to the new world where diffs don't require a server round > trip. yeh! > > Cheers > g > > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Ccnet-devel mailing list > Ccn...@li... > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > |
|
From: Graham T. <gr...@ta...> - 2006-05-13 11:35:41
|
As many of you know, sourceforge have had problems with their CVS hosting over that last few weeks. Their fix which went live yesterday means that you will have to re-checkout your CVS working copies because the host name has changed... ...so this seemed like a really good time to switch to storing the ccnet source code in Subversion. *** AS OF NOW, DO NOT USE THE CCNET CVS REPOSITORY. INSTEAD, USE THE SUBVERSION REPOSITORY AT https://svn.sourceforge.net/svnroot/ccnet/trunk *** See http://sourceforge.net/svn/?group_id=71179 for more detail. The release 1 branch can be found at https://svn.sourceforge.net/svnroot/ccnet/branches/RB_1_0. The code, history, tags and branches have all been migrated. ccnetlive has not yet been updated to build the code in subversion -- this will happen hopefully in the next few days. If anyone was using anything in the CVS modules other than ccnet, please let me know. (They have not been migrated.) And welcome to the new world where diffs don't require a server round trip. yeh! Cheers g |
|
From: Hong J. K. <pro...@gm...> - 2006-05-10 12:01:31
|
Hi, I was trying to check out sources from vss and copy some additional includ= e files from filesystem. But it was not possible to change the destination directory to copty files because "filesystem" sourcecontrol dose not suppor= t "workingDirectory" element. I needed somethig like this, so include files g= o into E:\build\additionalIncludes and vss files go into E:\build\myProjectA <workingDirectory>E:\build</workingDirectory> <sourcecontrol type=3D"multi"> <sourceControls> <filesystem> <repositoryRoot>E:\src\additionalIncludes</repositoryRoot> <workingDirectory>additionalIncludes</workingDirectory> <autoGetSource>true</autoGetSource> </filesystem> <vss autoGetSource=3D"true"> .... <project>$/somewhere/myProjectA</project> <workingDirectory>myProjectA</workingDirectory> </vss> </sourceControls> </sourcecontrol> So I added workingDirectory element to filesystem control and where is the patch. --- CruiseControl.NET-1.0.1.source/project/core/sourcecontrolFileSourceCont= rol.cs.orig 2005-10-30 11:12:24.000000000 +0900 +++ CruiseControl.NET-1.0.1.source/project/core/sourcecontrol/FileSourceCon= trol.cs 2006-05-10 20:03:25.859375000 +0900 @@ -28,6 +28,9 @@ [ReflectorProperty("autoGetSource", Required =3D false)] public bool AutoGetSource =3D false; + [ReflectorProperty("workingDirectory", Required =3D false)] + public string WorkingDirectory; + public Modification[] GetModifications(IIntegrationResult from, IIntegrationResult to) { DirectoryInfo root =3D new DirectoryInfo(RepositoryRoot); @@ -84,7 +87,7 @@ public void GetSource(IIntegrationResult result) { if (AutoGetSource) - fileSystem.Copy(RepositoryRoot, result.WorkingDirectory); + fileSystem.Copy(RepositoryRoot, result.BaseFromWorkingDirectory(WorkingDirectory)); } public void Initialize(IProject project) |
|
From: Owen R. <exo...@gm...> - 2006-05-10 03:46:19
|
hi all, due to the recent outbreak of list spam, i've restricted permission for posting messages to list subscribers only. i don't imagine that this will cause too much inconvenience for any members of the ccnet community, but if it does, please send me an email and we'll see what we can sort out. otherwise, i apologise for all the recent spam that you may have been subject to and i hope that this change reduces our spam level significantly. cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com |
|
From: Jay F. <jay...@gm...> - 2006-05-06 13:14:10
|
Thanks Ashish. That will help. We use Source Unsafe, and corruptions happen daily. Until we finish this delivery we will be sticking with Sourc= e Unsafe. Sometimes the exception is due to a nAnt timeout. Most of those times it is because the unit tests are taking too long. There will always be situations where exceptions happen. I still think that it is important to distinguish between exceptions and failures with a different color. Action still needs to be take just as quickly to correct an exception as a failure. Thou the connotations that the color red gives should not be bestowed upon the owner of an exceptional build. On 5/5/06, Ashish <ash...@gm...> wrote: > > Underlying problem is the source control connection. I would't care eithe= r > way whether the color is red or black, as long as I could do something ab= out > the problem, and that the "blacks" also get the needed attention. We have > had the same problem in my current project, and the main reason was the > number of projects which was leading to a high number of cvs operations > being done the ccnet box, resulting in timeouts. After we optimized the > projects, we haven't had a single source control timeout exceptions. > > Btw if you check out the new statistics publisher, you can get a report > from which you can say how many failures were "failures" and how many > "exceptions". > > http://confluence.public.thoughtworks.org/display/CCNET/Statistics+Publis= her > > http://confluence.public.thoughtworks.org/display/CCNET/Project+Statistic= s+Plugin > > > The page will look something like in the attached image. You can update > the assosciated stylesheet to pull out more useful information from the > available data. > > > > On 5/5/06, Jay Flowers <jay...@gm...> wrote: > > > > So after getting dinged for so much red on my so many projects post I > > did some investigation. Two thirds of the red were build exceptions, a= ll > > exceptions had to do with source control connection problems. I like t= o > > leave publish exceptions on. It tells me when nant times out. If I do= n't > > have it turned on then it appears as if the build attemp never occured.= I > > do not like getting dinged for lots of red, either by my community or m= y > > boss. So are there any objections to a different color for build > > exceptions? Maybe black if the previous build result was success and o= range > > if failure? > > > > -- > > Jay Flowers > > ---------------------------------------------------------------------- > > http://jayflowers.com > > --------------------------------------------------------------------- > > > > > -- Jay Flowers ---------------------------------------------------------------------- http://jayflowers.com --------------------------------------------------------------------- |
|
From: Jay F. <jay...@gm...> - 2006-05-05 20:15:44
|
So after getting dinged for so much red on my so many projects post I did some investigation. Two thirds of the red were build exceptions, all exceptions had to do with source control connection problems. I like to leave publish exceptions on. It tells me when nant times out. If I don't have it turned on then it appears as if the build attemp never occured. I do not like getting dinged for lots of red, either by my community or my boss. So are there any objections to a different color for build exceptions? Maybe black if the previous build result was success and orang= e if failure? -- Jay Flowers ---------------------------------------------------------------------- http://jayflowers.com --------------------------------------------------------------------- |
|
From: Jay F. <jay...@gm...> - 2006-05-05 17:49:58
|
Well, I am feeling a little silly. Of course it should be: <weekDays> <weekDay>Monday</weekDay> <weekDay>Tuesday</weekDay> <weekDay>Wednesday</weekDay> <weekDay>Thursday</weekDay> <weekDay>Friday</weekDay> </weekDays> On 5/5/06, Jay Flowers <jay...@gm...> wrote: > > The documentations states: > " The week days on which the filter should be applied (eg. Monday, > Tuesday). By default, all days of the week are set." > > So how can I specify Monday - Friday? > > <weekDays> > <weekDay>Monday,Tuesday,Wednesday,Thursday,Friday</weekDay> > </weekDays> > > ???? > > -- > Jay Flowers > ---------------------------------------------------------------------- > http://jayflowers.com > --------------------------------------------------------------------- > -- Jay Flowers ---------------------------------------------------------------------- http://jayflowers.com --------------------------------------------------------------------- |
|
From: Jay F. <jay...@gm...> - 2006-05-05 14:47:03
|
The documentations states: " The week days on which the filter should be applied (eg. Monday, Tuesday)= . By default, all days of the week are set." So how can I specify Monday - Friday? <weekDays> <weekDay>Monday,Tuesday,Wednesday,Thursday,Friday</weekDay> </weekDays> ???? -- Jay Flowers ---------------------------------------------------------------------- http://jayflowers.com --------------------------------------------------------------------- |