Error with SVN sync

Winterbay

Active member
When I do "svn sync" in Mafia I currently get the following:
Code:
[COLOR=olive]> svn sync[/COLOR]

Checking for working copy      modifications...
M D:\Dropbox      Data\Peter\Dropbox\Mafia\svn\almighty-saplings-ash-trunk-raidlogs\relay\clan_raidlogs.ash
M      D:\Dropbox      Data\Peter\Dropbox\Mafia\svn\bale-counterchecker\scripts\CounterChecker.ash
M      D:\Dropbox      Data\Peter\Dropbox\Mafia\svn\bale-relay-topmenu\relay\topmenu.ash
svn:      E155032: Pristine text not found

Any idea what I've managed to do?
 

roippi

Developer
Sounds like you've messed with some files in the hidden folder (.svn) that describes the "pristine" (i.e. unmodified from some repo revision) copy of a file.

I'd back up your modified file, delete the project from /svn, re-checkout, and then copy over your modified file.
 
Top