Tried repeatedly with different clients to do a checkout, all clients I used gave me this error:
svn: In directory 'aimonopd/NEWVERSION/src/edu/bsu/monopoly/gui'
svn: Can't copy 'C:\Documents and Settings\Admin2\My Documents\NetBeansProjects\NEWVERSION/src/edu/bsu/monopoly/gui/.svn/tmp/text-base/serverLog.java.svn-base' to 'C:\Documents and Settings\Admin2\My Documents\NetBeansProjects\NEWVERSION/src/edu/bsu/monopoly/gui/.svn/tmp/serverLog.java.tmp.tmp': No such file or directory
Clients I used included:
Subclipse - Eclipse
Subversion - Netbeans
And of course the SVN command line utility itself.
I am running Windows XP Professional
Build 2600.xpsp_sp2_gdr.070227-2254
From preliminary research I did into this using Google, it seems possible you have file name conflict involving capitalization that affects Windows Operating Systems?
Whatever the case, being unable to check out the most recent version is definitely a bug. Version 104 checks out and runs fine, with a little tinkering, but 105 is missing, and 106 reports something about there being no admin error. The latest won't download.
Obviously the svn repository is corrupt in some way.
lorddefinitia@gmail.com
Logged In: NO
same person who commented here before, your problem is you have two files with the same name, case ignored, serverLog.java and ServerLog.java in your NEWREVISION/src/edu/bsu/monopoly/gui folder, while other OS can perhaps deal with this, Windows apparently cannot deal with CaSe sPeciFic file naming, so while not techincally a bug, you should consider renaming or deleting one of these resources if you plan on making this stuff accessible to Windows users.