Sponsored Content
Full Discussion: SCCS (Source Code)
Top Forums UNIX for Dummies Questions & Answers SCCS (Source Code) Post 17610 by thehoghunter on Monday 18th of March 2002 02:26:01 PM
Old 03-18-2002
Realize that SCCS does not leave permissions on files to what you started with. If you are using it for scripts then it's going to remove the executable (rwx changes to rw- or just r-- ).

RCS or CVS do not do this.
thehoghunter
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem with SCCS

I am having some problem while creating a new sccs file. During initial creation of the file the SCCS is not storing the file in actual format with the result that the SCCS file is different from my original file. Any way to avoid this?? Nitin (1 Reply)
Discussion started by: nitinmalik
1 Replies

2. UNIX for Dummies Questions & Answers

Help With Sccs.

Hi , I am currently using Source Code Control System (SCCS) to keep track of my documents. There are several User that update the document. As we all know that after editing it prompts for the comment. But even if somebody just hits return it accepts it. I would like that after the... (1 Reply)
Discussion started by: rooh
1 Replies

3. UNIX for Dummies Questions & Answers

Help with SCCS

Hi All, I am just wondering if you could help me with this. Suppose I have a file in SCCS a particular user updates the files aand puts back in sccs . when doing so it proments the user to enter the comment. Basically what I'd expect is the user to enter the changes he or she has made ....... (3 Replies)
Discussion started by: rooh
3 Replies

4. HP-UX

Sccs

Hi Can i know what are the default Source code control system used by hp-ux 9.x,10.x and Solaris9 Regards Charles C. (0 Replies)
Discussion started by: charlcy
0 Replies

5. Solaris

Sccs

Hi Can i know what are the default Source code control system used by hp-ux 9.x,10.x and Solaris9 Regards Charles C. (1 Reply)
Discussion started by: charlcy
1 Replies

6. UNIX for Advanced & Expert Users

rcs,sccs

I am not really sure whether i am posting this question in the right forum.....Can someone tell me why I should go for a rational Clearcase version controller when I can use the version controllers 'rcs' or 'sccs' available in UNIX. I want to know the advantage of Rational over these two. Also, I... (2 Replies)
Discussion started by: Abhishek Ghose
2 Replies

7. UNIX for Dummies Questions & Answers

How to make sccs work

I am trying to use SCCS for project development . Can any one list out the basic setup nneded to be done for SCCS . I mean if I create a SCCS directory what all files to create on this . i don't have a root password of the system and I am not going to get one . I saw few post on this forum... (1 Reply)
Discussion started by: akrathi
1 Replies

8. Shell Programming and Scripting

Block of code replacement in Java source code through Unix script

Hi, I want to remove the following code from Source files (or replace the code with empty.) from all the source files in given directory. finally { if (null != hibernateSession && hibernateSession.isOpen()) { //hibernateSession.close(); } } It would be great if the script has... (2 Replies)
Discussion started by: hareeshram
2 Replies

9. Shell Programming and Scripting

Problem with SCCS

I am having some problem while creating a new sccs file. During initial creation of the file the SCCS is not storing the file in actual format with the result that the SCCS file is different from my original file. (1 Reply)
Discussion started by: Allgemeine12
1 Replies
sccsdiff(1)						      General Commands Manual						       sccsdiff(1)

NAME
sccsdiff - compare two versions of an SCCS file SYNOPSIS
n] file... DESCRIPTION
The command compares two versions of an SCCS file, and generates the differences between the two versions. Any number of SCCS files may be specified, but arguments apply to all files. Options SID1 and SID2 specify the deltas of an SCCS file that are to be compared. Versions are passed to in the order given (see bdiff(1)). The SIDs accepted, and the corresponding version retrieved for the comparison are the same as for (see get(1)). Pipe output for each file through (see pr(1)). n is the file segment size that passes to (see diff(1)). This is useful when fails due to a high system load. EXTERNAL INFLUENCES
International Code Set Support Single- and multibyte character code sets are supported with the exception that multibyte character file names are not supported. DIAGNOSTICS
The two versions are identical. Use sccshelp(1) for explanations. FILES
Temporary files. SEE ALSO
bdiff(1), diff(1), get(1), pr(1), sccshelp(1). sccsdiff(1)
All times are GMT -4. The time now is 01:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy