- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SCCS Help
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 02:08 AM
08-05-2002 02:08 AM
SCCS Help
I have received some source code file from one of our site (eg. .sql, .pc, etc file) but with extention (,v) like filename.sql,v.
Since they are using sccs hp tools for maintaining source code.
Pl explain how can i convert these file to normal file.
filename.sql,v --> filename.sql
Thanks in adv.
- Tags:
- SCCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 02:15 AM
08-05-2002 02:15 AM
Re: SCCS Help
# mv filename.sql,v filename.sql
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 02:24 AM
08-05-2002 02:24 AM
Re: SCCS Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 02:30 AM
08-05-2002 02:30 AM
Re: SCCS Help
Hi,
Use the command get.
See the man-page for get if you want
to extract one particular version of the
source-file.
sccs is not an HP tool, you will find it
on most UNIX-machines.
Regards
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 02:41 AM
08-05-2002 02:41 AM
Re: SCCS Help
Hi again,
As the file endes with the extention ,v it
may be that RCS has been used for source
code revision control - not sccs.
If that is the case you must use the
rcs command co
Example:
co filename.sql
will check out the latest version of
filename.sql
You may use the rlog command as a quick
check to see if RCS has been used:
rlog filename.sql
will give you an overview of the various
versions of filename.sql if RCS has been
used
Regards
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 02:52 AM
08-05-2002 02:52 AM
Re: SCCS Help
You r correct its a RCS File.
Can u tell me how to convert this to normal file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 03:03 AM
08-05-2002 03:03 AM