0

I am using Eclipse+subclipse which host my code in assembla. The remote copy(save in assembla) is the latest version. My local copy is not up-to-date. I want to replace my local copy(actually its just one .jsp file) with the remote file in assembla. Which action i should take? Merge? Update? Check in?

Michael Lai
  • 177
  • 2
  • 6
  • 15

1 Answers1

1

You have several options, but perhaps just the easiest is to move your current local repository to a different directory and check out a new repository. No reason to mess with merging if you do not care about your local repository.

Michael
  • 10,124
  • 1
  • 34
  • 49