eclipse - Subclipse: Change file state from Incoming Change to Outgoing Change -


I have a project in Eclipse which has been used for the Esqual repository.

In that project, I want to make an old revision of a file and make it a new modification, but when I right click it and Team -> Synchronize with Repository Subclass shows me the file if there are changes in it (because the file is bound to the old revision and is new to the repository).

How can I tell subclic that I want to override and commit the current version of the file?

You can not do that by using the method you have adopted SVN brings "very smart" here

You can not send the file until the local version is in the HEAD modification. The way you apparently found this to SVN in an old revision of the file. So SVN is not allowing you to do that file without updating it in the head.

What you want to do, instead of the old amendment, the file's "content" old amendment itself is here to do it:

1) Go ahead and file modification Update back in It will get rid of the current content, but it's fine. 2) Right click on the file and Show Team> History

3) In History, find the revision and right-click it and select "Get content" option Select. This will remove the contents of the file in that revision, but leave the working metadata on the head modification.

The file should now appear as a local revision. Diff should work and now you can do it.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -