0

I tried to change up some of the directory structure (using tortoise svn) and I ran into trouble when I tried to commit (everything is fully updated):

Commit failed (details follow):
'/simulation-code/swsim/!svn/bc/98/src/Analysis/Julia's%20Movies/Movie' path
not found

I'm not sure what the problem is or how to fix it, and it won't let me commit. I did move some files around / deleted and added a folder, but I did it using TortiseSVN, so idk why it is not working.

Thanks,

Tyler

tylerthemiler
  • 5,496
  • 6
  • 32
  • 40
  • What do you mean by "I did it using TortoiseSVN"? What commands and menu entries do you have used? It could be a problem of mixing changes on the server and on the client simultaneously ... – mliebelt Dec 10 '11 at 12:27
  • I did a right drag slash right-click, SVN delete using TortoiseSVN via windows. I just didn't update my changes to that part of the code and tried again when I commited. – tylerthemiler Dec 15 '11 at 22:32

1 Answers1

1

If the above is the only file giving error, how about reverting just that change and commiting the rest?

Refer to this discussion for a similar problem, which may be relevant.

Community
  • 1
  • 1
Raghuram
  • 51,854
  • 11
  • 110
  • 122