<?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: CIFS and Subversion in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cifs-and-subversion/m-p/5866355#M45924</link>
    <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe those issues are resolved in a patch set for CIFS which may be obtained from:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ ftp &lt;A href="ftp://ftp.usa.hp.com/" target="_blank"&gt;ftp.usa.hp.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;User: pathwork&lt;/P&gt;&lt;P&gt;Pass: Support9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cd cifs-v12-eco1/PS02_1&lt;/P&gt;&lt;P&gt;bin&lt;/P&gt;&lt;P&gt;ls&lt;/P&gt;&lt;P&gt;get &amp;lt;filename&amp;gt;&lt;/P&gt;&lt;P&gt;quit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unzip the patch set, shutdown CIFS and run in the included installation command procedure...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
    <pubDate>Wed, 14 Nov 2012 14:20:30 GMT</pubDate>
    <dc:creator>Paul Nunez</dc:creator>
    <dc:date>2012-11-14T14:20:30Z</dc:date>
    <item>
      <title>CIFS and Subversion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-and-subversion/m-p/5865463#M45921</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just installed the latest CIFS 1.2 ECO1 on OpenVMS 8.4,update7, created a share, mapped it on my WIndows 7 desktop and now I'm trying to do a SVN checkout, on Win7,&amp;nbsp; of some piece of code to the share (DNB).&lt;/P&gt;&lt;P&gt;It fails with the following SVN message:&lt;/P&gt;&lt;P&gt;Error: Can't create directory 'V:\psk\vlib_cifs\build\.svn': The system cannot find&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: the file specified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I checkout the same code to another location, on windows, and try to copy it to my share, but that also fails with popup message saying "Could not find this item. This is no longer located in&amp;nbsp;&lt;SPAN&gt;V:\psk\vlib_cifs\build. Verify item's location and try again. build".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The problem seems to be connected to the creation&amp;nbsp;of the ".svn" directory on the share.&amp;nbsp;&lt;SPAN&gt;The share is placed on an ODS-5 disk.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm new to CIFS and I&amp;nbsp;can't find any info regarding this problem in the documents. And the logs on [var] didn't tell anything either.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Should I expect this to work, perhaps with some magic configuration, or&amp;nbsp;is this a&amp;nbsp;restriction&amp;nbsp;in how I can use a CIFS share from Window 7?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for any input to this problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the CIFS configuration&amp;nbsp;in&amp;nbsp;use.&lt;/P&gt;&lt;PRE&gt;# CIFS Server Main SMB.CONF file
# To update admin users in global section, use
#                samba$root:[lib]admin_users_smb.conf

[global]
        include = samba$root:[lib]core_smb.conf
        include = samba$root:[lib]generic_smb.conf
        include = samba$root:[lib]admin_users_smb.conf
        include = samba$root:[lib]%h_specific_smb.conf

[homes]
        comment = Users homes share
        browseable = no
        read only = no

[netlogon]
        comment = Netlogon share
        path = /samba$root/netlogon/
        read only = yes
        guest ok = yes
        browseable = no
        write list = @Administrators, cifsadmin

[print$]
        comment = Printer Driver Download Area
        path = /samba$root/print_drivers/
        guest ok = yes
        read only = yes
        browseable = no
        vms path names = no
        write list = @Administrators, "@Print Operators", cifsadmin

[profiles]
        comment = Network profile share
        path = /samba$root/profiles/
        guest ok = no
        browseable = no
        store dos attributes = yes
        create mask = 04600
        directory mask = 04700
        read only = no
        profile acls = yes
        csc policy = disable
        hide files = /desktop.ini/outlook*.lnk/*Briefcase*/

[DNB]
        path = DSA1:[VCOMDEV]
        valid users = spp
        admin users = spp
        read only = no&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2012 17:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-and-subversion/m-p/5865463#M45921</guid>
      <dc:creator>ptrskg</dc:creator>
      <dc:date>2012-11-13T17:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS and Subversion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-and-subversion/m-p/5865519#M45922</link>
      <description>&lt;P&gt;Hi, after some more test I can reproduce the problem(error?) much more easy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Z:\ is my share defined as above.&lt;/P&gt;&lt;P&gt;On Win7:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Z:\&amp;gt;mkdir aaa

Z:\&amp;gt;mkdir .xxx

Z:\&amp;gt;cd aaa

Z:\aaa&amp;gt;mkdir .xxx
The system cannot find the file specified.

Z:\aaa&amp;gt;mkdir bbb

Z:\aaa&amp;gt;cd bbb

Z:\aaa\bbb&amp;gt;mkdir .xxx
The system cannot find the file specified.

Z:\aaa\bbb&amp;gt;mkdir xxx.xxx

Z:\aaa\bbb&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;On VMS:&lt;/P&gt;&lt;PRE&gt;vms&amp;gt; di [.aaa...]

Directory VCOMDEV_ROOT:[000000.aaa]

bbb.DIR;1                                     1/40       13-NOV-2012 19:41:51.06

Total of 1 file, 1/40 blocks.

Directory VCOMDEV_ROOT:[000000.aaa.bbb]

xxx^.xxx.DIR;1                                1/40       13-NOV-2012 19:44:40.01

Total of 1 file, 1/40 blocks.

Grand total of 2 directories, 2 files, 2/80 blocks.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that directories beginning with "." is only allowed on root level??&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2012 18:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-and-subversion/m-p/5865519#M45922</guid>
      <dc:creator>ptrskg</dc:creator>
      <dc:date>2012-11-13T18:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS and Subversion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-and-subversion/m-p/5865547#M45923</link>
      <description>&lt;DIV&gt;&lt;EM&gt;&amp;gt;&amp;gt;&amp;gt;It seems that directories beginning with "." is only allowed on root level??&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;No:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;$ cre/dir [.^.x]&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;$ dir *x.dir&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Directory USR_ODS5:[BECKER_H]&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;^.x.DIR;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;Total of 1 file.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;$&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It is more likely a problem with CIFS and how it maps and finds such a directory name like .svn.&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Nov 2012 19:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-and-subversion/m-p/5865547#M45923</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2012-11-13T19:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS and Subversion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-and-subversion/m-p/5866355#M45924</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe those issues are resolved in a patch set for CIFS which may be obtained from:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ ftp &lt;A href="ftp://ftp.usa.hp.com/" target="_blank"&gt;ftp.usa.hp.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;User: pathwork&lt;/P&gt;&lt;P&gt;Pass: Support9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cd cifs-v12-eco1/PS02_1&lt;/P&gt;&lt;P&gt;bin&lt;/P&gt;&lt;P&gt;ls&lt;/P&gt;&lt;P&gt;get &amp;lt;filename&amp;gt;&lt;/P&gt;&lt;P&gt;quit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unzip the patch set, shutdown CIFS and run in the included installation command procedure...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 14:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-and-subversion/m-p/5866355#M45924</guid>
      <dc:creator>Paul Nunez</dc:creator>
      <dc:date>2012-11-14T14:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS and Subversion</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-and-subversion/m-p/5866389#M45925</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;Thanks a lot, the patch solved my problem.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 14:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-and-subversion/m-p/5866389#M45925</guid>
      <dc:creator>ptrskg</dc:creator>
      <dc:date>2012-11-14T14:51:05Z</dc:date>
    </item>
  </channel>
</rss>

