2011/3/8 விக்னேஷ் நந்த குமார் (Vignesh Nandha Kumar) <[email protected]>

>
> On Tue, Mar 8, 2011 at 3:33 PM, Kenneth Gonsalves 
> <[email protected]>wrote:
>
>> On Tue, 2011-03-08 at 15:27 +0530, Arun SAG wrote:
>> >  In GIT there is a file you can add to your project named
>> > ".gitignore",
>> > where you can add the list of file extensions that git should ignore.
>> > In SVN
>> > there must be something similar to that. Please try to use such
>> > feature.
>>
>> .svnignore and .hgignore
>>
>
> I couldn't find any such file. However, I found that there is a property
> called svn:ignore which can be set to the pattern of files and directories
> to exclude while committing. After moving to the directory containing the
> file to be excluded, I tried the following command
>
>           svn propset svn:ignore . *.html
>
> It says "svn: Cannot set 'svn:ignore' on a file ('php-manual.html')". How
> should I fix this?
>

Fixed it. I've just swapped the arguments. The command should be

          svn propset svn:ignore *.html .

I just couldn't understand the error message properly. Sorry for the silly
doubt!



-- 
நன்றிகளுடன்,
விக்னேஷ்.
http://krvignesh.wordpress.com
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to