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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -