Subversion troubles
I've been using subversion for a couple of months now and i'm now running into trouble when i restarted my workstation. My workstation is winxp pro and installed subversion/apache2/webdav thru apt-get on my ubuntu server. I used to just edit the file and then commit and type a message with tortoiseSVN.BTW if i use tortoisesvn i get these same error msg's, this code below is what i type on the server.
Code:
sudo svn commit -F mmenuns4.js svn: Log message file is a versioned file; use '--force-log' to override sofa@hawtmail:/var/fix/trunk/old/milonic/js$ sudo svn commit --force-log -F mmenuns4.js svn: Commit failed (details follow): svn: '/var/fix/trunk/old/milonic' is not under version control and is not part of the commit, yet its child '/var/fix/trunk/old/milonic/js' is part of the commit sudo svn commit -m "Updated milonic to v5.379" svn: Commit failed (details follow): svn: '/var/fix/trunk/old/milonic' is not under version control and is not part of the commit, yet its child '/var/fix/trunk/old/milonic/js' is part of the commit