<<O>>  Difference Topic ClearcaseStuff (r1.8 - 05 Apr 2006 - ChrisJones)

META TOPICPARENT TechStuff
To list the properties of a trigger:

Line: 41 to 41

You can't add existing directories to clearcase very easily, like you can on windows. The way to do it is to use clearfsimport.

Changed:
<
<
I tried adding a view private directory to the existing vob, but that didn't work the way I was expecting, as it moved the existing directory to a .keep and created a new, but empty, directory with nothing it. So, if you want the import to be recursive, move the directory you want added somewhere else, like your home directory, and do the import from there:
>
>
I tried adding a view private directory to the existing vob, but that didn't work the way I was expecting, as it moved the existing directory to a .keep and created a new, but empty, directory with nothing it. So, if you want the import to be recursive, move the directory you want added somewhere else, like to your home directory, and do the import from there:

$ cd /vob/viewarea //cd to the area you want the data added to, eg your view somewhere

 <<O>>  Difference Topic ClearcaseStuff (r1.7 - 05 Apr 2006 - ChrisJones)

META TOPICPARENT TechStuff
To list the properties of a trigger:

Line: 39 to 39

Adding existing directories to a VOB on unix

Changed:
<
<
You can't add existing directories to clearcase very easily, like you can on windows. The way to do it is use clearfsimport.
>
>
You can't add existing directories to clearcase very easily, like you can on windows. The way to do it is to use clearfsimport.

I tried adding a view private directory to the existing vob, but that didn't work the way I was expecting, as it moved the existing directory to a .keep and created a new, but empty, directory with nothing it. So, if you want the import to be recursive, move the directory you want added somewhere else, like your home directory, and do the import from there:

 <<O>>  Difference Topic ClearcaseStuff (r1.6 - 04 Apr 2006 - ChrisJones)

META TOPICPARENT TechStuff
To list the properties of a trigger:

Line: 35 to 35

cleartool chtype -nc -force file blah.h

Added:
>
>

Adding existing directories to a VOB on unix

You can't add existing directories to clearcase very easily, like you can on windows. The way to do it is use clearfsimport.

I tried adding a view private directory to the existing vob, but that didn't work the way I was expecting, as it moved the existing directory to a .keep and created a new, but empty, directory with nothing it. So, if you want the import to be recursive, move the directory you want added somewhere else, like your home directory, and do the import from there:

$ cd /vob/viewarea //cd to the area you want the data added to, eg your view somewhere

$ mv yourdirectory ~ //moves the directory you want imported to your home directory

$ clearfsimport -nsetevent -recurse ~/yourdirectory . //does the import

Unless you are root you have to use the -nsetevent option. This means you lose file system type information, like time stamps and ownership etc.

 <<O>>  Difference Topic ClearcaseStuff (r1.5 - 26 Mar 2006 - ChrisJones)

META TOPICPARENT TechStuff
To list the properties of a trigger:

 <<O>>  Difference Topic ClearcaseStuff (r1.4 - 20 Jan 2006 - ChrisJones)

META TOPICPARENT TechStuff
To list the properties of a trigger:

Line: 29 to 29

In the local region request mastership, and you should then be able to check out on the branch in the local region.

Added:
>
>

Unixify a file

cleartool chtype -nc -force file blah.h

 <<O>>  Difference Topic ClearcaseStuff (r1.3 - 11 Oct 2005 - ChrisJones)

META TOPICPARENT TechStuff
To list the properties of a trigger:

Line: 18 to 18


Added:
>
>
Multisite

In the remote region:

cleartool mkbranch branchname elementname

which creates a branch for that element.

In the local region request mastership, and you should then be able to check out on the branch in the local region.

 <<O>>  Difference Topic ClearcaseStuff (r1.2 - 20 May 2005 - ChrisJones)

META TOPICPARENT TechStuff
Changed:
<
<
looking at triggers:
>
>
To list the properties of a trigger:

S:\NewPortSrc>cleartool lstype -l trtype:Jindent
trigger type "Jindent"
Line: 16 to 16

%CLEARCASE_PN% restriction: element type java_source
Added:
>
>


 <<O>>  Difference Topic ClearcaseStuff (r1.1 - 18 May 2005 - ChrisJones)
Line: 1 to 1
Added:
>
>
META TOPICPARENT TechStuff
looking at triggers:
S:\NewPortSrc>cleartool lstype -l trtype:Jindent
trigger type "Jindent"
 07-Aug-02.11:04:28 by !ClearCase Admin (vobadm.staff@nfccase3)
  "Java Beautifier trigger"
  owner: INSTINET_ISN\vobadm
  group: INSTINET_ISN\staff
  all element trigger
  pre-operation checkin
  action: -execunix exit 0
  action: -execwin java -cp M:\%CLEARCASE_VIEW_TAG%\NewPortTools\Jindent\Jindent
.jar;\\nfccase3\vobstore\jindent\Jindent.jar;%JINDENT_HOME%\Jindent.jar Jindent
%CLEARCASE_PN%
  restriction: element type java_source
View topic | Diffs | r1.8 | > | r1.7 | > | r1.6 | More
Revision r1.1 - 18 May 2005 - 20:36 - ChrisJones
Revision r1.8 - 05 Apr 2006 - 10:27 - ChrisJones