On Thu, 12 May 2005, Nicko Cadell <[EMAIL PROTECTED]> wrote:
> I haven't played around with subversion too much and I don't know
> how it deals with the LF / CRLF issue, I guess we will find out ;)
Unlike CVS, Subversion treats all files as binary files - and doesn't
do any keyword expansion eith
At my company we use cygwin to simulate a UNIX environment under
Windows. It makes sense to do that using the cygwin UNIX mode. UNIX mode
just means don't do anything clever. DOS mode means do this magic to
convert a LF into a CRLF when reading and do the reverse when writing.
In general I am not i
On Wed, 11 May 2005, Nicko Cadell <[EMAIL PROTECTED]> wrote:
> I use cygwin cvs which is configured to work in UNIX mode on my
> WinXP box. This is not really by design, its just the way it is
> right now.
I don't want to make an issue of this, but I'm curious. Why are you
using the UNIX mode in
nicko 2005/05/12 03:22:26
Modified:doc/release config-examples.html
xdocs/src/release config-examples.xml
Log:
Added SQLite example from Ron Grabowski
Revision ChangesPath
1.9 +66 -0 logging-log4net/doc/release/config-examples.html
Index: c
nicko 2005/05/12 00:04:57
Modified:doc/release faq.html framework-support.html
xdocs/src/release faq.xml framework-support.xml
Log:
Updated doc references to log4net.helpers namspace to log4net.Util
Revision ChangesPath
1.7 +1 -1 logging-log4ne