johnf wrote: > When I use svn up. I get a corrupt dbMsSQL.py it has a things like > "+-----------.mine" and other similar stuff. Can someone confirm.
This would happen if there was a conflict. You probably didn't notice the 'C' in the output of the 'svn up' command for the dbMsSQL.py file. You need to resolve the conflict and then issue "svn resolved". If you don't care about the changes you made to your local copy, just delete the file before issuing 'svn up'. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
