<?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: SVN and DI Studio 4.9 in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SVN-and-DI-Studio-4-9/m-p/261011#M4636</link>
    <description>&lt;P&gt;Hi, thanks a stack man, that set me off in the right direction. I initially tried all the protocols, no luck. Did not know where the DI log was (tx). using SVN as protocol. Also, was told to use port 80, worked fine with 3690. And instead of using the IP, I used the dns name.&lt;/P&gt;&lt;P&gt;Thnaks again.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2016 08:32:21 GMT</pubDate>
    <dc:creator>brendanb</dc:creator>
    <dc:date>2016-04-04T08:32:21Z</dc:date>
    <item>
      <title>SVN and DI Studio 4.9</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SVN-and-DI-Studio-4-9/m-p/260704#M4628</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to configure SVN for DI Studio. I have the plugin enabled and&amp;nbsp;I am able to connect to a local SVN repository. When I try to connect to SVN server on another host/server&amp;nbsp;I get "Failed to connect to server". I am able to open URL to this server sucessfully via browser. Any ideas as to why I cannot connect to SVN on a different host. I am thinking is has something to with secure login or NTLM but I cannot say for sure or not sure where to check for more detaiol on the error.&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Brendan&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 13:33:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SVN-and-DI-Studio-4-9/m-p/260704#M4628</guid>
      <dc:creator>brendanb</dc:creator>
      <dc:date>2016-04-01T13:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: SVN and DI Studio 4.9</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SVN-and-DI-Studio-4-9/m-p/260727#M4630</link>
      <description>&lt;P&gt;SAS tech support...?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 14:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SVN-and-DI-Studio-4-9/m-p/260727#M4630</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-01T14:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: SVN and DI Studio 4.9</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SVN-and-DI-Studio-4-9/m-p/260851#M4632</link>
      <description>&lt;P&gt;You should check with your IT network guys to ensure that the TCP/IP ports you are using are open and there are no firewall rules blocking traffic.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 22:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SVN-and-DI-Studio-4-9/m-p/260851#M4632</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-04-01T22:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: SVN and DI Studio 4.9</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SVN-and-DI-Studio-4-9/m-p/260895#M4634</link>
      <description>&lt;P&gt;Which connection type are you using for the remote server? SVN, SSH, HTTP, HTTPS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any error messages in the SAS Data Integration Studio client log file? On my machine that log file is in the directory %APPDATA%\SAS\SASDataIntegrationStudio\4.901\DataIntegrationStudio_Log.txt (e.g. C:\Users\USERID\AppData\Roaming\SAS\SASDataIntegrationStudio\4.901\DataIntegrationStudio_Log.txt). You should at least see the svn.exe command line printed with the&amp;nbsp;connection data when you test it. e.g.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;C:\Program Files\CollabNet\Subversion Client\svn.exe info --username user --password pass &lt;A href="HTTPS://example.com:443/svn/reponame" target="_blank"&gt;HTTPS://example.com:443/svn/reponame&lt;/A&gt;&lt;/CODE&gt;&lt;A href="HTTPS://example.com:443/svn/reponame" target="_blank"&gt;&lt;/A&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happens if you run the same svn command in a command&amp;nbsp;window? Do you get any error messages printed there?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2016 13:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SVN-and-DI-Studio-4-9/m-p/260895#M4634</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2016-04-02T13:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: SVN and DI Studio 4.9</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SVN-and-DI-Studio-4-9/m-p/261011#M4636</link>
      <description>&lt;P&gt;Hi, thanks a stack man, that set me off in the right direction. I initially tried all the protocols, no luck. Did not know where the DI log was (tx). using SVN as protocol. Also, was told to use port 80, worked fine with 3690. And instead of using the IP, I used the dns name.&lt;/P&gt;&lt;P&gt;Thnaks again.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 08:32:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SVN-and-DI-Studio-4-9/m-p/261011#M4636</guid>
      <dc:creator>brendanb</dc:creator>
      <dc:date>2016-04-04T08:32:21Z</dc:date>
    </item>
  </channel>
</rss>

