Reputation: 3125
I am running "post-review" which effectively calls svn diff in my work area. However upon running the command i get the following error message:
Failed to execute command: ['svn', 'diff', '--diff-cmd=diff']
"svn: Directory 'src/third-party/src/boost_1_49_0/tools/build/v2/engine/bootstrap/.svn' containing working copy admin area is missing\n"]
Can someone please advise?
Upvotes: 0
Views: 1491
Reputation: 9279
Check-out your folder to a different location and then copy its .svn folder back into the original folder.
MayBe :)
Edit : Have you accidentally deleted .svn folder ?
Upvotes: 1