Arturas M
Arturas M

Reputation: 4369

How can I force sublclipse to commit?

how can I force sublclipse to commit code to repository even though it thinks some files are "outdated"?

Upvotes: 1

Views: 2399

Answers (1)

Mark Phippard
Mark Phippard

Reputation: 10419

The server rejects commits if the working copy is outdated. The client cannot override this. Just run the update option so that your working copy is up to date for the changed items.

Upvotes: 2

Related Questions