How do I check if a file/folder is already committed to svn ? I have a shell script where I want to ensure that the file/folder selected by user for check-in isn't already committed. For eg if I try to check-in a folder that's already committed using
svn add myfolder
I get the following warning:
svn: warning: 'myfolder' is already under version control