Re: [sqlite] Pros and cons of various online code sharing sites

2009-07-10 Thread Olaf Schmidt
"D. Richard Hipp" schrieb im Newsbeitrag news:64f6bda6-2a04-4d46-aa08-901a6138c...@hwaci.com... > See http://www.fossil-scm.org/ for more information on > fossil. Fossil is self-hosting, btw. It's a real nice (and small!) SCM and I consider to use it for the planned

Re: [sqlite] Pros and cons of various online code sharing sites

2009-07-09 Thread Noah Hart
>How do you plan to statically link your new library into multiple projects? >Are you planning to make a copy of the code files for each C# project that uses Sqlite? I use the "Add as Link". Again my goal was not to create a reusable library, but rather as a programming challenge to learn C#

Re: [sqlite] Pros and cons of various online code sharing sites

2009-07-09 Thread D. Richard Hipp
On Jul 9, 2009, at 12:09 PM, Noah Hart wrote: > > BACKGROUND: > In order to learn C#, I have spent the last year converting the > source code > of SQLite3 from C to C#. As of version 3.6.16, it is now ready to > release in > the wild. I don't want to self-host CVS or some other repository,

Re: [sqlite] Pros and cons of various online code sharing sites

2009-07-09 Thread Beau Wilkinson
-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] On Behalf Of Roger Binns [rog...@rogerbinns.com] Sent: Thursday, July 09, 2009 12:29 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Pros and cons of various online code sharing sites -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: [sqlite] Pros and cons of various online code sharing sites

2009-07-09 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noah Hart wrote: > I have looked at sourceforge, googlecode, codeproject and a few others. > However, while they all look fine, I not sure what works well in the real > world. TL;DR: Being familiar with DVCS is an important developer skill these

Re: [sqlite] Pros and cons of various online code sharing sites

2009-07-09 Thread Beau Wilkinson
boun...@sqlite.org] On Behalf Of Noah Hart [n...@lipmantpa.com] Sent: Thursday, July 09, 2009 11:09 AM To: sqlite-users@sqlite.org Subject: [sqlite] Pros and cons of various online code sharing sites BACKGROUND: In order to learn C#, I have spent the last year converting the source code of SQLite3 from

Re: [sqlite] Pros and cons of various online code sharing sites

2009-07-09 Thread Beau Wilkinson
...@sqlite.org] On Behalf Of Noah Hart [n...@lipmantpa.com] Sent: Thursday, July 09, 2009 11:09 AM To: sqlite-users@sqlite.org Subject: [sqlite] Pros and cons of various online code sharing sites BACKGROUND: In order to learn C#, I have spent the last year converting the source code of SQLite3 from C to C

[sqlite] Pros and cons of various online code sharing sites

2009-07-09 Thread Noah Hart
BACKGROUND: In order to learn C#, I have spent the last year converting the source code of SQLite3 from C to C#. As of version 3.6.16, it is now ready to release in the wild. I don't want to self-host CVS or some other repository, so I am trying to decide where to post the code. My goals for