Jump to content

Linux sym links


sbeaver

Recommended Posts

It seems that sym links cannot be checked in??

As an example, in my classpath-0.98 directory I have these files / links:

debian:/home/user/Pilot2.6/int/3rdParty/classpath-0.98/include# ls -l jni*

-rw-r--r-- 1 501 users 66655 2009-02-05 20:02 jni.h

lrwxrwxrwx 1 root root 35 2010-11-22 11:18 jni_md.h -> .././include/jni_md-x86-linux-gnu.h

-rw-r--r-- 1 501 users 1547 2009-02-05 20:02 jni_md-x86-linux-gnu.h

They show up in the "Pending changes" window as "Controlled / Checked out", but if I select them and click check-in, the list goes gray and refreshes, but when it is done, jni_md.h still shows checked out.

plastic.jpg

Steve

Link to comment
Share on other sites

Hi,

By default the operations are applied to the link target and not to the link itself. You can apply the operation to the link using the --symlink option on the command line. For example:

cm ci /home/user/Pilot2.6/int/3rdParty/classpath-0.98/include/jni_md.h --symlink

We are working on the symbolic links behaviour under Plastic SCM to make them easier to use. This new functionality will be published in a future release. The current public version does not support symbolic link officially.

Regards

Borja

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...