SOS Linux problems...
"Peter Nikolow" <[email protected]> Tue, 30 Mar 2004 17:05:40 +0300
| Newsgroups | gmane.comp.version-control.vss.sourceoffsite.classic |
|---|---|
| Message-ID | <000001c41660$17246870$0af2a8c0@sys> |
I get lastest SOS 4.0 Linux clients. When i try to import mine Linux project on SOS i get some issues. Mine project have few hardlinks and softlinks. When i made "Add files" to project SOS ressolve links and doesn't import links - it import files or folders. (One of this link are to /usr/src/linux/2.4.25 and SOS add whole linux kernel. LOL) Here is simple demonstration. As you can see files there are only libvgagl.so.1.4.3 and libvga.so.1.4.3 All other files (libvgagl.so, libvgagl.so.1, libvga.so, libvga.so.1) are links to existing files. SOS threat links as files and it import all as files. This was incorrect. ------------------ [root@rh62 lib]# ls -las total 364 4 drwxr-xr-x 3 root root 4096 Sep 28 2003 . 4 drwxr-xr-x 11 root root 4096 Sep 28 2003 .. 0 lrwxrwxrwx 1 root root 17 Sep 30 21:32 libvgagl.so -> libvgagl.so.1.4.3 0 lrwxrwxrwx 1 root root 17 Sep 30 21:32 libvgagl.so.1 -> libvgagl.so.1.4.3 60 -rwxr-xr-x 1 root root 53296 Sep 28 2003 libvgagl.so.1.4.3 0 lrwxrwxrwx 1 root root 15 Sep 30 21:32 libvga.so -> libvga.so.1.4.3 0 lrwxrwxrwx 1 root root 15 Sep 30 21:32 libvga.so.1 -> libvga.so.1.4.3 292 -rwxr-xr-x 1 root root 293768 Sep 28 2003 libvga.so.1.4.3 4 drwxr-xr-x 3 root root 4096 Sep 30 22:21 modules [root@rh62 lib]# ------------------ On this code are famous link to source of kernel. SOS threat 'build' as directory and act on link as directory. ------------------ [root@rh62 2.4.25]# ls -las total 60 4 drwxr-xr-x 4 root root 4096 Sep 30 22:21 . 4 drwxr-xr-x 3 root root 4096 Sep 30 22:21 .. 0 lrwxrwxrwx 1 root root 21 Sep 30 22:21 build -> /usr/src/linux-2.4.25 4 drwxr-xr-x 4 root root 4096 Sep 30 22:21 kernel 4 -rw-r--r-- 1 root root 1599 Sep 30 22:21 modules.dep 4 -rw-r--r-- 1 root root 31 Sep 30 22:21 modules.generic_string 4 -rw-r--r-- 1 root root 73 Sep 30 22:21 modules.ieee1394map 4 -rw-r--r-- 1 root root 227 Sep 30 22:21 modules.isapnpmap 4 -rw-r--r-- 1 root root 29 Sep 30 22:21 modules.parportmap 16 -rw-r--r-- 1 root root 13231 Sep 30 22:21 modules.pcimap 4 -rw-r--r-- 1 root root 24 Sep 30 22:21 modules.pnpbiosmap 4 -rw-r--r-- 1 root root 189 Sep 30 22:21 modules.usbmap 4 drwxr-xr-x 2 root root 4096 Sep 30 22:12 pcmcia [root@rh62 2.4.25]# ------------------- I wish to see on Linux client a feature to proper checkin/checkout a links. Regards, Peter