TIMEX
TIMEX

Reputation: 271934

I was doing some moving around in SVN, and copying files back and forth. Now I can't use it

I deleted files in my SVN, and dragged new files into it over WINSCP.

Now, I try to add all the files and commit, but it won't let me.

$ svn add *
svn: '.' is not a working copy
svn: Can't open file '.svn/entries': No such file or directory

Upvotes: 0

Views: 88

Answers (1)

R. Martinho Fernandes
R. Martinho Fernandes

Reputation: 234504

You probably just removed the .svn directory, or moved with hidden files not shown and forgot to move it. Take better care next time ;)

To fix the problem, checking out a new working directory and copying your changed files over it should probably do the trick.

Upvotes: 1

Related Questions