From: Warren Young Date: February 23 2007 11:15pm Subject: Re: UPDATE routine giving exception List-Archive: http://lists.mysql.com/plusplus/6380 Message-Id: <45DF75AB.30008@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit gary clark wrote: > > I must apologise for my ignorance in advance what is > svn and where do I get it? "svn" is short for "Subversion". The easiest way for Windows users to get it is to install Cygwin (http://cygwin.com/). Subversion is not part of the default Cygwin install, so you'll have to dig through the package tree during the installation to turn it on. You can get further pointers by searching for "Subversion" on the main MySQL++ page. > Dont know too much about this svn version? We keep the MySQL++ source code in an svn repository. So, this gets you access to the live copy of the source I'm working on right now.