Operating System - HP-UX
1748213 Members
3095 Online
108759 Solutions
New Discussion

Problem in C executable file Check-In through SCCS

 
Vishal Thorat
Occasional Contributor

Problem in C executable file Check-In through SCCS

I am using SCCS for Configuration management on HP-UX version 11.0 .. I checked out an C langauge executable file from the repository. When i am trying to check in the executable file , SCCS is giving the following message
----------------
ERROR [/home/vishscm/SCM/SCCS/s.AUserver]: leading SOH char in line 120 of file `AUserver' not allowed (de14)
--------------------

Where AUserver is the executable filename and
/home/vishscm/SCM/SCCS/ is the SCCS repository path.

Your solution on this problem of mine will be a great help for me.

Regards
Vishal Thorat
Senior Engineer
CMC Limited
Pune
India



Patience Pays
1 REPLY 1
Hartmut Lang
Trusted Contributor

Re: Problem in C executable file Check-In through SCCS

I do not know much about SCCS. But i do know that the RCS-Version of HPUX does not really support binary files.
Most Revision-Control-Systems do not support binary files (like executables). Using GNU-RCS you have to use special options for checking in/out binary files.
This is related to the keyword-expansion RCS generates during checkouts.

Maybe you have the same problem with SCCS.

Hardy