Using multiple machines for work - checkout not right
Moderator: SourceGear
Using multiple machines for work - checkout not right
I use multiple machines (desktop at work and laptop at home) to do development. It seems that Vault cannot associate checkouts with anything more than the username, because if I check out on machine A, it shows it as checked out on machine B, as opposed to "exclusively locked by someone else" which is what I would think it should do. Am I missing something here?
If you checkout a file from Machine A, Vault won't let you check it in from Machine B.
You can, however, check files out from more than one machine.
To prevent that, check the file(s) out exclusively, and you won't be able to check them out again on another machine.
You can, however, check files out from more than one machine.
To prevent that, check the file(s) out exclusively, and you won't be able to check them out again on another machine.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Vault, like most source code control systems, tracks what happens to files during the development process. Checkouts, modifications, checkins, etc. are there for all users to see -- including yourself.
Is there a particular reason you don't want the file to appear checked out? Is it a problem for your own files that are checked out or would you not want to see any user's checked out files?
Is there a particular reason you don't want the file to appear checked out? Is it a problem for your own files that are checked out or would you not want to see any user's checked out files?
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
interesting. maybe this is enough. It was my impression that this would confuse visual studio, but if it doesn't then it makes some sense... Technically I think it should show the "not check-outable" icon (the little blue circle with the slash) rather than the "checked out by you" icon, but if the functionality is the same then fine.