Subversion: No such file or directory
From FVue
Contents
Problem
I moved repositories from one system (SuSE 10.1, svn-1.2.3) to another system (Debian 3.1, svn-1.1.4). Now when I do a svn update
, I receive the error:
svn: Can't copy '.svn/text-base/...' to '.svn/tmp/text-base/...': No such file or directory
Journal
20070209
What's the real problem?
- Upgrade Debian to svn-1.2.3?
- Fix groups (on Debian, my principle group has my own name instead of "users")
Wait a minute: on Debian, the text-base directory is empty whereas on SuSE it is filled? Why didn't dar restore these from the back-up?
Advertisement