Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(22) |
Oct
(41) |
Nov
(52) |
Dec
(24) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(15) |
Feb
(8) |
Mar
(4) |
Apr
|
May
(4) |
Jun
(3) |
Jul
(2) |
Aug
(1) |
Sep
(2) |
Oct
(25) |
Nov
(11) |
Dec
(20) |
2005 |
Jan
(32) |
Feb
(16) |
Mar
(4) |
Apr
(4) |
May
(2) |
Jun
(16) |
Jul
(11) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
(6) |
2
(10) |
3
(6) |
4
(3) |
5
(3) |
6
(1) |
7
(3) |
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
(1) |
16
|
17
(1) |
18
|
19
(1) |
20
|
21
|
22
|
23
|
24
(1) |
25
(3) |
26
|
27
|
28
|
29
|
30
|
31
(2) |
|
From: Clayton Harbour <claytonharbour@sp...> - 2003-10-25 19:43:26
|
Hi, I have checked in some changes that will log to in.log and out.log files when sharpcvslib sends to or receives from a cvs server: in.log: Responses from the cvs server to sharpcvslib out.log: Request to the cvs server from sharpcvslib I am also working on a configuration section that will make it possible to toggle logging on/ as well as allow the configuration of log file names. Hopefully I will have that in place in a today/ tonight time frame. The framework is there but I am having some problems getting it to work/ loading the configuration using NUnit. I am not sure if it is a problem with NUnit or somewhere else. Please note that this logging is more of a low level developer logging. It will save you some time configuring a proxy to listen to the communication between the client and server. We still need to do some work on the client logging for the various commands. As always comments/ suggestions and ideas (and patches) are welcome. Cheers, Clayton |
From: Clayton Harbour <claytonharbour@sp...> - 2003-10-25 15:16:03
|
Sorry Gerald, it is now checked in. Also it sounds like you are in the middle of some work so I will hold off on the astyle until you get it checked in. I have used code formatting tools before and it can really wreak havoc with cvs (many conflicts). =20 Just let me know when you have everything checked in. Cheers, Clayton -----Original Message----- From: Gerald Evans [mailto:gne@...]=20 Sent: October 25, 2003 6:47 AM To: Clayton Harbour Subject: Re: [Sharpcvslib-developers] Code check in/ sync for code format Clayton, Just did a fresh cvs update and the ICSharpCode.Tests project refers to a=20 non existing SharpCvsLib\MainTest.cs. Gerald. At 07:31 23/10/2003 -0700, you wrote: >Hi, > > > >I have done some testing with the astyle task I built for nant and am >reasonably happy that it is doing the right thing. I would like to run >the task against all of the code in the repository sometime this >weekend, and do periodic runs as time goes on. > > > >The problem with things like this though is that it can produce a number >of conflicts with cvs if there are substantial changes to the source >code. Because of this I would like to ask that if anyone is working on >anything please check it in or submit your patches to the list. If you >do not you may have to sort through a number of conflicts after the >fact. > > > >If you have any questions/ concerns please send email here. > > > > > >Thanks, > > > > > >Clayton > > > >------------------------------------------------------- >This SF.net email is sponsored by: The SF.net Donation Program. >Do you like what SourceForge.net is doing for the Open >Source Community? Make a contribution, and help us add new >features and functionality. Click here: http://sourceforge.net/donate/ >_______________________________________________ >Sharpcvslib-developers mailing list >Sharpcvslib-developers@... >https://lists.sourceforge.net/lists/listinfo/sharpcvslib-developers |
From: Clayton Harbour <claytonharbour@sp...> - 2003-10-25 08:27:18
|
Hi, =20 I have done some testing with the astyle task I built for nant and am reasonably happy that it is doing the right thing. I would like to run the task against all of the code in the repository sometime this weekend, and do periodic runs as time goes on. =20 The problem with things like this though is that it can produce a number of conflicts with cvs if there are substantial changes to the source code. Because of this I would like to ask that if anyone is working on anything please check it in or submit your patches to the list. If you do not you may have to sort through a number of conflicts after the fact. =20 If you have any questions/ concerns please send email here. =20 =20 Thanks, =20 =20 Clayton |