<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — CVS or SVN]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in CVS or SVN.]]></description>
		<lastBuildDate>Sun, 23 Mar 2008 09:28:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=459#p459</link>
			<description><![CDATA[<p>Great!</p><p>Yes, i can unpack that without any problem.<br />I&#039;ll send you my e-mail adres.</p><br /><p>thanks, Jan</p>]]></description>
			<author><![CDATA[null@example.com (Jan)]]></author>
			<pubDate>Sun, 23 Mar 2008 09:28:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=459#p459</guid>
		</item>
		<item>
			<title><![CDATA[Re: CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=430#p430</link>
			<description><![CDATA[<p>Hmm, I&#039;m not sure. CVS is superior tool for cooperative developers work. The command line utilities could be difficult for users which use only windows, but what about the TortoiseCVS? This is GUI application and (I think) it should follow Windows user interface philosophy.</p><p>Anyway if you want to have latest source code I can pack it and post to you. Send me your email address via forum private message. </p><p>Can you unpack tar.gz archive without troubles? </p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 19 Mar 2008 17:12:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=430#p430</guid>
		</item>
		<item>
			<title><![CDATA[Re: CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=428#p428</link>
			<description><![CDATA[<p>Janusz,</p><p>I think it should be easier to acces the unstable code(this for getting more feedback).</p><p>CVS is for most people too difficult to manage.</p><p>gr. Jan</p>]]></description>
			<author><![CDATA[null@example.com (Jan)]]></author>
			<pubDate>Wed, 19 Mar 2008 15:24:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=428#p428</guid>
		</item>
		<item>
			<title><![CDATA[Re: CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=413#p413</link>
			<description><![CDATA[<p>Hi all,</p><p>First of all we do not use SVN. All the code (stable and unstable) is stored in CVS server on sourceforge.net. So if you want to check the source out,&nbsp; you must use any CVS client. Under Windows this is for example TortoiseCVS: http://www.tortoisecvs.org/.</p><p>I&#039;m afraid I cannot help with Windows CVS clients as I do all my activity entirely under Linux and beside this I rather prefer console tools, then GUI. Nevertheless in any GUI client there should be any entry form to select current sever, protocol account settings and name of current working branch. You must find it yourself.</p><p>All the code is available from anonymous CVS, so you can connect without any password. As on any anonymous CVS server you can connect without any password (login &#039;anonymous&#039;) but you have only read access. So if you want to submit any code which can be usable to FA community you must send it to Joe or to me.</p><p>I strongly advice reading sorceforge.net info on CVS access. They have also step by step instructions for some GUI CVS clients.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 12 Mar 2008 22:53:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=413#p413</guid>
		</item>
		<item>
			<title><![CDATA[Re: CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=412#p412</link>
			<description><![CDATA[<p>Janusz,</p><p>Thanks for your answer.</p><div class="quotebox"><blockquote><p>You can also download current dev source by two commands:</p><p>cvs -d:pserver:anonymous@frontaccounting.cvs.sourceforge.net:/cvsroot/frontaccounting login</p><p>cvs -z3 -d:pserver:anonymous@frontaccounting.cvs.sourceforge.net:/cvsroot/frontaccounting co -r unstable -P frontaccount</p></blockquote></div><p>I am proberly a dombo :-(, but where can i execute the above commands to download the dev source?</p><p>I also cannot acces the SVN with Tortoise.</p><p>thanks, Jan</p>]]></description>
			<author><![CDATA[null@example.com (Jan)]]></author>
			<pubDate>Wed, 12 Mar 2008 19:47:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=412#p412</guid>
		</item>
		<item>
			<title><![CDATA[Re: CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=411#p411</link>
			<description><![CDATA[<p>what is the usename and password for this demo 2.0</p>]]></description>
			<author><![CDATA[null@example.com (sushildixit)]]></author>
			<pubDate>Wed, 12 Mar 2008 19:09:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=411#p411</guid>
		</item>
		<item>
			<title><![CDATA[Re: CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=410#p410</link>
			<description><![CDATA[<p>Hi Jan</p><p>Current development version is commited into CVS under &#039;unstable&#039; branch. <br />You can see it via sf.net CVS web interface by selecting proper branch.<br />You can also download current dev source by two commands:</p><p> cvs -d:pserver:anonymous@frontaccounting.cvs.sourceforge.net:/cvsroot/frontaccounting login</p><p>cvs -z3 -d:pserver:anonymous@frontaccounting.cvs.sourceforge.net:/cvsroot/frontaccounting co -r unstable -P frontaccount</p><p>We&#039;ve established also demo sever with unstable release&nbsp; at http://fa2.iron.from.pl</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 12 Mar 2008 10:52:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=410#p410</guid>
		</item>
		<item>
			<title><![CDATA[Re: CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=408#p408</link>
			<description><![CDATA[<p>Hi,</p><p>How and where can i download the latest unstable release to test it out?</p><p>I looked at sourceforge but i can see only 1.16</p><p>thanks, Jan</p>]]></description>
			<author><![CDATA[null@example.com (Jan)]]></author>
			<pubDate>Tue, 11 Mar 2008 08:18:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=408#p408</guid>
		</item>
		<item>
			<title><![CDATA[Re: CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18#p18</link>
			<description><![CDATA[<p>great work!<br />I&#039;ve sent out my first invoice via this product, so lets hope everything works <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Dbob)]]></author>
			<pubDate>Mon, 16 Apr 2007 07:33:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18#p18</guid>
		</item>
		<item>
			<title><![CDATA[Re: CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17#p17</link>
			<description><![CDATA[<p>Hello again,</p><p>The cvs is now available on <a href="https://sourceforge.net/project/showfiles.php?group_id=193252">Sourceforge</a>.</p><p>Admin</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Thu, 12 Apr 2007 23:24:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17#p17</guid>
		</item>
		<item>
			<title><![CDATA[Re: CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=12#p12</link>
			<description><![CDATA[<p>Hello Dbob,</p><p>Yes we are considering using cvs. We have just been overwhelming with the interest in this new product. Stay tuned.</p><p>Regards<br />Admin</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 11 Apr 2007 23:10:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=12#p12</guid>
		</item>
		<item>
			<title><![CDATA[CVS or SVN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11#p11</link>
			<description><![CDATA[<p>Please make cvs or svn available with the latest sourcecode, that way it is possible to keep up to date with the system independantly of local modifications such as configuration, and probably easier to get good patches from people.</p><p>As an example I&#039;m using phpmyadmin &amp; cerberus helpdesk via svn and cvs respectivly.<br />To upgrade to the latest cerberus i simply type something like:<br />cd /var/www/html/cerberus-gui<br />cvs update -nRELEASE_1_4_1<br />and it will merge all official changes into my own changeset.</p><p>Regards<br />DBob, who looks forward to a very interesting produkt !</p>]]></description>
			<author><![CDATA[null@example.com (Dbob)]]></author>
			<pubDate>Wed, 11 Apr 2007 20:14:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11#p11</guid>
		</item>
	</channel>
</rss>
