When someone says "checked out files", I think of source code control system which isn't part of Informix. The generic systems are either RCS or SCCS.
Thank you olded. Very helpful.
I know we use RCS. So then how do I get such a list. Our weekly cron used to provide such a list but our resident expert blew it away. I typically would check in 10 or 20 files a week that I worked on the previous week. Since my working list has been gone for a month, I anticipate mucho.
Any more insight will be appeciated. Thanks.
I'm not an RCS expert, but the rlog, print log info about RCS files, is probably the command you want. I'd read the man pages on rlog, but here's a couple of examples: Assuming your RCS directory is a subdirectory:
RCS -L -R RCS/*
gives you all the files that are locked.
RCS -L -h RCS/*
gives you all the files locked with just the header info.
Armed with this, you should be able to write a shell script to just get files with your lock.
Let me know if you need some help with this, and I'll help further.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.