So I have a funny problem.
Subversion, you are not allowed to rename elements with the same name if the only difference is capitalization. Netbeans has subversion. Netbeans allows you to rename files if capitalization changes.
I renamed something called eventCreator.php in EventCreator.php to subversion and loaded (this is a class). At Netbeans, everything went fine. In fact, I made about 10 more commits. I tried downloading it to another computer, and this is the error that occurs
"Could not open file
C: \ xampp \ htdocs \ MyProject \ scripts.svn \ tmp \ text-base \ eventCreator.php.svn-base ':
The system cannot find specified file. " <ears>
My repository is located at DreamHost. Therefore, I go to dreamhost, and I can go into the scripts folder and see both eventCreator.php and EventCreator.php in the repository, but I can not load it using netbeans or SVN turtles.
Any help?
source
share