Lamloumi Afif
Lamloumi Afif

Reputation: 9081

Commit changes with ankhsvn

I have this problem with ankhsvn:

im1

i have the solution up to date , but not its unique project . When i try to commit i got this error

im2

when i click into Show changes i have some changes in a temporary file integration_finale.csproj

im3

So, What are the reasons of this error? How can i fix it?

Upvotes: 2

Views: 1225

Answers (3)

Atur
Atur

Reputation: 1770

  • 'Clean' solution via AnkhSVN and get update again

  • if above does not works then I would suggest you to take backup of your current .csproj file. Then update the file to latest commit version on svn. After which you can merge code and commit your changes.

  • better use TortoiseSVN

Upvotes: 2

Antonio Petricca
Antonio Petricca

Reputation: 11070

I use ankhsvn, and I know that it has a few bugs. To diagnose (and better handle conflicts too) this kind of problems I use also TortoiseSVN.

Upvotes: 1

Nico
Nico

Reputation: 12683

The csproj file is not a temp file. It governs your project set-up and settings for references, paths, build details etc.

From how it appears this conflict can (probably) use local as it appears the rest of the file is correct (at least from the image). It appears that the change is just that the SpecificVersion flag for he reference has been changed to the default setting.

Now you should backup this file and confirm the rest of the file is correct. If you corrupt this file you will have to rebuild the project file (csproj).

Upvotes: 2

Related Questions