SamChen
SamChen

Reputation: 405

svn on Mac only checkout works, but cannot commit or import

We have a repository set up in windows server 2008. And from my macbook pro which runs osx lion, I can checkout projects using xcode or command line. But When I try to commit(or import) a project or files I get an error:

svn: Commit failed (details follow):
svn: File not found: transaction '135-4r', path '/..../trunk/....m'

Same error when I use command line. Please help

Edit Everything works from a windows computer.

Upvotes: 1

Views: 1309

Answers (1)

SamChen
SamChen

Reputation: 405

It was a stupid mistake. The parent folder we created in the server side had a name with space " " in it. When I try to commit files from Mac, the address became "http ://...../folder%20name/...." I re-created a folder now it's working

Upvotes: 1

Related Questions