TFS Java SDK - shelving file that already exists on the repository -


i have application uploading translations tfvc repository. have added 2 modes of update - check in , shelve. shelving supposed create file on shelveset, have discovered, once same file exists on repository(it checked in before), shelvesets not being created.

it caused "gated-build", blocking check-in of *resx files exists. looks shelvesets blocked, if file exists in repo. potential reason? there way avoid problem using java sdk or perhaps changing configuration on repository.

on local-testing tfs repo works well. want create shelvesets everytime on client server well.

regards, sebastian


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -