v4.1.4: history of all checkout
Moderator: SourceGear
v4.1.4: history of all checkout
Is there anyway we can get a history of all the checkouts in a repository? I see there is history for checkin, but no history for checkout "action".
Re: v4.1.4: history of all checkout
Checkouts don't modify items in source control, so they are not recorded in history. Only check-ins can make a change. Is there a reason you want to track checkouts?
If you do need to track checkouts, you could do this with the Vault server log. If you put the logging into debug mode, it will log every transaction. Of course the log can get very large after a while. You would need to parse out all of the check-in operations.
You can enable debug server logging in the Admin Web Client under Server Settings->Logging->Log Level.
If you do need to track checkouts, you could do this with the Vault server log. If you put the logging into debug mode, it will log every transaction. Of course the log can get very large after a while. You would need to parse out all of the check-in operations.
You can enable debug server logging in the Admin Web Client under Server Settings->Logging->Log Level.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Re: v4.1.4: history of all checkout
We have a developer who needs to check in everything he checkedout since he is no longer participate in that repository.
Re: v4.1.4: history of all checkout
Thanks for the info. It is possible to see what files the user currently has checked out.
In the Vault GUI Client, select the Search tab, and in the Search By drop down, select Checked Out By and enter the username. If you can log in as the developer, you can undo the checkout by selecting the files in the search results, right-click and Undo Checkout.
Or you can log in as the user, select the root folder $/, right-click and choose Undo Checkout, recursive.
Finally, you can undo checkouts from the Vault Admin Web Client. This setting is in the Admin Web Client under Source Control Repositories->(Repository name)->Undo Checkout. This will show all checked out files by all users, but you can sort by username to see all checkouts by your user.
In the Vault GUI Client, select the Search tab, and in the Search By drop down, select Checked Out By and enter the username. If you can log in as the developer, you can undo the checkout by selecting the files in the search results, right-click and Undo Checkout.
Or you can log in as the user, select the root folder $/, right-click and choose Undo Checkout, recursive.
Finally, you can undo checkouts from the Vault Admin Web Client. This setting is in the Admin Web Client under Source Control Repositories->(Repository name)->Undo Checkout. This will show all checked out files by all users, but you can sort by username to see all checkouts by your user.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Re: v4.1.4: history of all checkout
Thanks, Linda for instructions. I got it!
Re: v4.1.4: history of all checkout
You're welcome -- glad that helped. : )
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager