git-tf tells on linux me “Could not lock” when checking in; how can I fix it? -


i'm using git-tf push tfs project on lin. sometimes, when try check 1 or more commits tfs, message this:

connecting tfs... checking in $/myproject: 0% git-tf: not lock $/myproject

what mean? what's keeping me locking? , how can fix this?

i found out workspace has locked project, don't know which, , don'w know how recover this.

a search on internet hints me kind of windows dependent fixes, not me on linux system.

so, although question appears duplicate, more meant on how fix issue on linux.

the first thing need solved finding out locked files under $/myproject, unlock them.

there several tools available on windows platform, tfs powertool , tfs sidekicks, have read on other cases.

i can't find existing tools on linux locked files, tfs command lines 1 solution. can use status command list checked out files under $/myproject, command should similar to(i don't have linux system test, need verify on side):

tf status $/myproject /user:* /recursive 

once find out checked out files, use lock command tf lock /lock:none unlock files.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -