PDA

View Full Version : [ubuntu] After Hardy upgrade, svn problems.



pdaoust
May 5th, 2008, 08:09 PM
Hi there. I'm using a local SVN setup for version control for a program I'm writing. After upgrade to Hoary, my working directory doesn't seem to be managed by SVN anymore:


svn: Commit failed (details follow):
svn: '/var/www/localmotive/market/calculateStars.php' is not under version control

I can see a .svn directory under /var/www/localmotive/market, and the main repository still exists in ~/svn, where I set it up... so what could the problem be? I did notice that the upgrade uninstalled svn, so I had to reinstall it, but that wouldn't have deleted my repository or .svn directories, would it?

lemming465
May 11th, 2008, 04:24 AM
I wouldn't expect a reinstall to affect a repository or working copy, no. However, access to the repository might be an issue, depending on how you are serving it.

What does svn info say about the working copy, and what does svn ls do with the repository URL?