0

I make a check out of my repos. After changing the directory to the newly created working one. I executed

svn status

command and I got that there are a lot of modified files and

"Summary of conflicts Tree conflicts: 1".

How I can repair my repo to avoid such problems?

Zoe
  • 27,060
  • 21
  • 118
  • 148
user14416
  • 2,922
  • 5
  • 40
  • 67

1 Answers1

1

A Tree Conflict is:

A tree conflict occurs when a developer moved/renamed/deleted a file or folder, which another developer either also has moved/renamed/deleted or just modified.

Try this site: http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-conflicts.html

tehdoommarine
  • 1,868
  • 3
  • 18
  • 31