<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Version Controlling of SAS Program in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Version-Controlling-of-SAS-Program/m-p/40010#M8101</link>
    <description>Great - thank you!</description>
    <pubDate>Tue, 03 Nov 2009 14:02:09 GMT</pubDate>
    <dc:creator>jschaffn</dc:creator>
    <dc:date>2009-11-03T14:02:09Z</dc:date>
    <item>
      <title>Version Controlling of SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Version-Controlling-of-SAS-Program/m-p/40006#M8097</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to have version control in SAS Programs. &lt;BR /&gt;
&lt;BR /&gt;
1. An automatic time stamp should be placed in the top of the Program (in header Part) whenever the user changes the code and closing the program from session.&lt;BR /&gt;
&lt;BR /&gt;
2. In a team anyone can the open the program and do some modification in the absence of the Owner of the program for that we have to include the User name along with the time stamp to identify the person who modified.&lt;BR /&gt;
&lt;BR /&gt;
3. Suppose in a Project environment anyone can open any program, but if user01 opens and editing the DEMO.SAS program and at the same time user02 wants to open the same program it should be read only for user02.&lt;BR /&gt;
&lt;BR /&gt;
If possible &lt;BR /&gt;
&lt;BR /&gt;
4. Is there any way to take the Last modified version of the program for ex: Modified on 01 AUG 2008 4:53 PM or even earlier</description>
      <pubDate>Tue, 19 Aug 2008 07:37:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Version-Controlling-of-SAS-Program/m-p/40006#M8097</guid>
      <dc:creator>Sudhakar_A</dc:creator>
      <dc:date>2008-08-19T07:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Version Controlling of SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Version-Controlling-of-SAS-Program/m-p/40007#M8098</link>
      <description>I would think that any of the popular version control systems out there would suffice. CVS (http://en.wikipedia.org/wiki/Concurrent_Versions_System) has been around for a long time. Subversion (http://en.wikipedia.org/wiki/Subversion_(software)) is newer but extremely popular. Both are free, have enormous user communities, and are well-documented.</description>
      <pubDate>Tue, 19 Aug 2008 12:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Version-Controlling-of-SAS-Program/m-p/40007#M8098</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2008-08-19T12:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Version Controlling of SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Version-Controlling-of-SAS-Program/m-p/40008#M8099</link>
      <description>With CVS, you could include the CVS header and log statements and SAS would recognized them as comments:&lt;BR /&gt;
/*$Header$*/&lt;BR /&gt;
/*$Log$*/&lt;BR /&gt;
&lt;BR /&gt;
Subversion keywords seem to be surrounded by dollar signs, which SAS doesn't seem to recognize as comments:&lt;BR /&gt;
$ID$&lt;BR /&gt;
$Revision$&lt;BR /&gt;
&lt;BR /&gt;
Is there a way for SAS to recognize the Subvervsion keywords as comments?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance</description>
      <pubDate>Mon, 02 Nov 2009 21:36:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Version-Controlling-of-SAS-Program/m-p/40008#M8099</guid>
      <dc:creator>jschaffn</dc:creator>
      <dc:date>2009-11-02T21:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Version Controlling of SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Version-Controlling-of-SAS-Program/m-p/40009#M8100</link>
      <description>Just surround the keywords with comment markers. Subversion will recognize them and do the substitution as always.&lt;BR /&gt;
&lt;BR /&gt;
/* $Id$ */&lt;BR /&gt;
/* $Revision$ */&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://svnbook.red-bean.com/en/1.5/svn-book.html" target="_blank"&gt;http://svnbook.red-bean.com/en/1.5/svn-book.html&lt;/A&gt;</description>
      <pubDate>Tue, 03 Nov 2009 13:08:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Version-Controlling-of-SAS-Program/m-p/40009#M8100</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2009-11-03T13:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Version Controlling of SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Version-Controlling-of-SAS-Program/m-p/40010#M8101</link>
      <description>Great - thank you!</description>
      <pubDate>Tue, 03 Nov 2009 14:02:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Version-Controlling-of-SAS-Program/m-p/40010#M8101</guid>
      <dc:creator>jschaffn</dc:creator>
      <dc:date>2009-11-03T14:02:09Z</dc:date>
    </item>
  </channel>
</rss>

