Question

What is checkout and checkin in document systems?

Was it helpful?

Solution

“Check out” and “Check in” functionality is something like elements of SVN system. Imagine that you have a document. And two users, which has access for editing this document. And they want to be sure they are working with up-to-date document, and don't prevent each other from editing this document. So, “Check out” and “Check in” functionality is the thing, which helps them with it. When user1 starts editing the document, he\she checks out it. So, for the system it is some kind of mark that this document is "busy" right now. And after editing, user1 checkins document, and after that all the changes he\she has done are now available for user2. Since this functionality is very complex, there are o lot of scenarios this functionality can be used. For example, if two users start editing a document at the same time, and then user1 checkins document one minute before user2, then user2, when trying to checkin document, will the message that his copy is not up-to-date, so he\she has to take new copy, before committing changes of a document. And, yeap, as WJCarpenter mentioned, you have to work with infocenter to get the full understanding of what checkin\checkout is.

OTHER TIPS

Since this is a really, really basic question, and since you have tagged your question with "certification", and since it looks like you are trying to answer a test question somewhere, I'll do better than tell you what they mean. I'll point you to the P8 documentation where you can find out the answers to questions like this and many more in a pretty short period of time:

http://publib.boulder.ibm.com/infocenter/p8docs/v5r1m0/index.jsp

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top