gstackoverflow
gstackoverflow

Reputation: 37016

How to get repository current state?

For some time I was not involved in the project.

I click update. and I saw progress. I tryed to update one more time but I don't see progress. Thus I made resolution that now I have last revision locally.

But if I click commit I see resources for commit. Looks like I have more code than repository. Maybe some sources were moved or I don't know.

I know that I can remove folder entirely and make checkout newly but I want to find out more elegant decision.

I use tortoise svn.

My goal - get identically state locally and in repository.

Upvotes: 1

Views: 92

Answers (1)

gstackoverflow
gstackoverflow

Reputation: 37016

I achieved what I want by following steps

  1. revert
  2. update

Upvotes: 2

Related Questions