Hello All,
I am quite new to version control and i am using svn as the project i am working on is hosted on svn.
In my local working copy i added a temporary file and deleted it without using svn delete (as i was unaware).
Now that file was still under version control so when I did commit my final changes to my private branch, that file was written to the repository and the commit succeeded but reported errors post-commit:
svn: Error processing command 'committed' in '.' svn: Error replacing text-base of 'tmp_file' svn: Can't change perms of file 'tmp_file': No such file or directory run svn cleanup
svn cleanup also gives similar results.
I dont want the tmp_file in my branch in the repository.
Can anyone suggest some way to do this?
Thanks in advance