fredag 16 december 2022 kl. 01:31:38 UTC+1 skrev [email protected]:

> Clean up failed because it could not find a file in .svn\pristine - has 
> anyone had his error and what did you do.


The .svn\pristine folder stores copies of each file as it was when checked 
out from the repository (a "pristine" version), allowing some operations to 
be performed offline and also allowing Subversion to send only changes to 
the file when committing.

I would guess that something (antivirus program, filesystem faults, user 
error?) has caused a file to disappear from the pristine folder.

A search in the Subversion archives gives a few pointers, however these are 
quite technical:
https://svn.haxx.se/dev/archive-2013-04/0426.shtml#start
https://svn.haxx.se/dev/archive-2013-04/att-0476/svn-fetch-pristine-by-sha1.sh  
(the script mentioned in the previous thread)
https://lists.apache.org/thread/omjx6obld5q2wynw13dnjkrsos6nyjs2

A more heavy handed approach is to remove the .svn folder and make a new 
checkout on top of the previous working copy (make a backup first of 
course!) - or discarding the old working copy and checking out a completely 
new one (copying over any changes manually).

Kind regards,
Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/add69432-0e06-42c2-b08f-7c891b93a8cfn%40googlegroups.com.

Reply via email to