Re: [wxCode-users] CVS to SVN reprise

2008-03-18 Thread Luciano Cattani
--- Francesco Montorsi <[EMAIL PROTECTED]> ha scritto: > ... SVN for wxCode is perfectly integrated just > as CVS. The only drawback of (wxCode) SVN respect > CVS it is that any > developer may write everywhere > ... IIRC the last time I read the SF > docs about SVN, it > wasn't possible in w

Re: [wxCode-users] CVS to SVN reprise

2008-03-18 Thread Francesco Montorsi
Casey O'Donnell ha scritto: > I'm happy to have wxCurl move over to SVN. actually wxCurl is already in wxCode SVN :) I'd really like to make the first release but I never managed to fix that Unicode/ANSI problem; also since this is a thing which deeply changed in new wx3 / upcoming wx2.9, probab

Re: [wxCode-users] CVS to SVN reprise

2008-03-18 Thread Francesco Montorsi
Ulrich Telle ha scritto: > Hi Francesco, > >>> ... components switched to SVN from CVS ... >>> ... since then, wxWidgets itself now uses SVN ... >> I don't think there's any... SVN for wxCode is perfectly integrated just as >> CVS > > Although I don't have much experience with SVN I would agree

Re: [wxCode-users] CVS to SVN reprise

2008-03-18 Thread Francesco Montorsi
Luciano Cattani ha scritto: > Hi, > there is no problem for me to loose the CVS's history > of my component: > > wxJSON done! Francesco - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [wxCode-users] CVS to SVN reprise

2008-03-18 Thread Ulrich Telle
Hi Francesco, Francesco Montorsi schrieb: >> ... So I'd like to ask you for adding my components >> >> wxsqlite3 >> wxpdfdoc >> >> to SVN. Thanks. > done! Thanks. As I'm quite new to SVN I need a bit of advice. As you know I work mainly on a Windows platform. Although I enabled native line end

Re: [wxCode-users] CVS to SVN reprise

2008-03-18 Thread Bryan Petty
On 3/18/08, Ulrich Telle <[EMAIL PROTECTED]> wrote: > As I'm quite new to SVN I need a bit of advice. As you know I work > mainly on a Windows platform. Although I enabled native line endings in > the TortoiseSVN settings I got all my source files with Unix line > endings when I checked out my

Re: [wxCode-users] CVS to SVN reprise

2008-03-18 Thread Ulrich Telle
Bryan Petty schrieb: > When you say that you "enabled native line endings in TortoiseSVN", > what exactly do you mean? I added/activated the following lines in TortoiseSVN: enable-auto-props = yes [auto-props] *.c = svn:eol-style=native *.cpp = svn:eol-style=native *.h = svn:eol-style=native ...

Re: [wxCode-users] CVS to SVN reprise

2008-03-18 Thread Bryan Petty
On 3/19/08, Ulrich Telle <[EMAIL PROTECTED]> wrote: > > enable-auto-props = yes > > [auto-props] > *.c = svn:eol-style=native > *.cpp = svn:eol-style=native > *.h = svn:eol-style=native > ... Yes, this should add that property to those files automatically when you 'svn add' them. > Since Fr