i got a file like this and i need add it into my svn <br><br>admin/upload_data/FINAL  leg  list  19_01_2010 to  agar  (Merged data in one).xls<br><br>i as able to add other files with space using the following command : <br>
<br> svn st |grep ? |cut -c8- |sed 's/ /\\ /g' |xargs svn add <br><br>however there are some special characters like ( ) +#@  that svn cannot understand as the full path of  the file . <br><br>can some one help me in this in perl or in shell . <br clear="all">
<br>-- <br>Regards <br>Agnello D'souza<br><br><br>