how to fix commit unmodified files on SVN server using sharpsvn

43 Views Asked by At

In my .net application , I am using sharpsvn to upload files to sever and download file from server. Even user does not know we are using sharpsvn /svn server for upload/ download files, he just wanted to download and upload files from/on server. But some time he uploads not changed file (he wanted to add unchanged file) and make file revisions but here is the problem our code is broken because sharpsvn canot commit unchanged file and user got error while upload unchanged file how can I handle this

1

There are 1 best solutions below

3
Bert Huijben On

You can trick this by updating a subversion property on the file, perhaps with some name you reserve for this purpose and hide for the user.