<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Powerbuilder work with SVN, CVS on SourceForge</title>
	<atom:link href="http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/feed/" rel="self" type="application/rss+xml" />
	<link>http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/</link>
	<description>IOC(SM):MOC(RM):TDD(NU):SCC(TFS):ORM(L2S):JSL(Jq):CIS(CC)</description>
	<lastBuildDate>Thu, 19 Nov 2009 19:41:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frank Mao</title>
		<link>http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-603</link>
		<dc:creator>Frank Mao</dc:creator>
		<pubDate>Mon, 07 Sep 2009 18:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-603</guid>
		<description>That&#039;s why you need PBG files for, which keeps the mapping info between sr* and pbl. 

PBG is auto-gened by PB IDE when you first time connect to any source control system, vss or svn. It can be messed up by developers or env. So you need a CI to check it constantly.</description>
		<content:encoded><![CDATA[<p>That&#8217;s why you need PBG files for, which keeps the mapping info between sr* and pbl. </p>
<p>PBG is auto-gened by PB IDE when you first time connect to any source control system, vss or svn. It can be messed up by developers or env. So you need a CI to check it constantly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Galaxis</title>
		<link>http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-602</link>
		<dc:creator>Galaxis</dc:creator>
		<pubDate>Mon, 07 Sep 2009 17:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-602</guid>
		<description>I meant if you don&#039;t extract them from the PBL 1st and store them separately.  You mean SVN knows how to parse Sybase PBLs, extract the indivual sr* files, and store/version them individually?  Or are you using some 3rd-party interface (like PushOK) and it&#039;s digging into the PBL?  That would be a great advantage to know.</description>
		<content:encoded><![CDATA[<p>I meant if you don&#8217;t extract them from the PBL 1st and store them separately.  You mean SVN knows how to parse Sybase PBLs, extract the indivual sr* files, and store/version them individually?  Or are you using some 3rd-party interface (like PushOK) and it&#8217;s digging into the PBL?  That would be a great advantage to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Mao</title>
		<link>http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-569</link>
		<dc:creator>Frank Mao</dc:creator>
		<pubDate>Tue, 14 Jul 2009 21:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-569</guid>
		<description>You might have those sr* in your ignore list, we don&#039;t have this problem in our PB+SVN env.</description>
		<content:encoded><![CDATA[<p>You might have those sr* in your ignore list, we don&#8217;t have this problem in our PB+SVN env.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: galaxis</title>
		<link>http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-568</link>
		<dc:creator>galaxis</dc:creator>
		<pubDate>Tue, 14 Jul 2009 18:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-568</guid>
		<description>SVN doesn&#039;t store .sr* files unless you extract them yourself.</description>
		<content:encoded><![CDATA[<p>SVN doesn&#8217;t store .sr* files unless you extract them yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrique Bastos</title>
		<link>http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-365</link>
		<dc:creator>Henrique Bastos</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-365</guid>
		<description>Those awfull revision increments while manipulation your PB source in SVN occurs because the source control adapter needs to control exclusive checkouts, and to do so it alters a svn property of the source file in the subversion repository. It really sucks.

Another lame problem that some SCC Proxies do is to increment the revision number for each file in a commit list.

Newer versions of PushOK SVNSCC uses the svn lock property that is not versioned, eliminating the revision increments. It also do multi-file commits correctly.</description>
		<content:encoded><![CDATA[<p>Those awfull revision increments while manipulation your PB source in SVN occurs because the source control adapter needs to control exclusive checkouts, and to do so it alters a svn property of the source file in the subversion repository. It really sucks.</p>
<p>Another lame problem that some SCC Proxies do is to increment the revision number for each file in a commit list.</p>
<p>Newer versions of PushOK SVNSCC uses the svn lock property that is not versioned, eliminating the revision increments. It also do multi-file commits correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Jain</title>
		<link>http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-78</link>
		<dc:creator>Rahul Jain</dc:creator>
		<pubDate>Fri, 26 Oct 2007 20:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://maonet.wordpress.com/2007/10/25/powerbuilder-work-with-svn-cvs-on-sourceforge/#comment-78</guid>
		<description>Download TortoiseSVN. It integrates with context menu on Windows Explorer. You will see Branch/tag as a menu when you right click on the folder where the SVN files are located. For PB, the .sr* files will be stored in the SVN, so you can go to the root where your PBLs are the tag that folder. 

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Download TortoiseSVN. It integrates with context menu on Windows Explorer. You will see Branch/tag as a menu when you right click on the folder where the SVN files are located. For PB, the .sr* files will be stored in the SVN, so you can go to the root where your PBLs are the tag that folder. </p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
