Unable to create pristine install stream | svn unable to create pristine install stream

I faced this issue ‘Unable to create pristine install stream‘ while updating the my svn repository. The error was :

Unable to create pristine install stream

Unable to create pristine install stream
Unable to create pristine install stream

Possible solutions

1. Clean-up:

The first solution is running an svn cleanup command or do cleanup using any svn client like the tortoise.

Also Read : Get day, month and year Difference in JavaScript

2. Deletion of tmp:

The second solution is the deletion of tmp folder which is available in the .svn folder. After deletion creates again tmp folder in it

3. Creation of tmp folder

This issue also due to the unavailable tmp folder in .svn folder. So create tmp folder in the .svn folder.

In windows machine by default all folders started with a dot (.) are hidden. So make it visible first.

show hidden folder
show hidden folder

Reference : Stackoverflow

Leave a Reply