[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Issue 482] New - .svnignore processing needed

From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-09-04 21:04:33 CEST

Ben Collins-Sussman wrote:

>Branko =?ISO-8859-2?Q?=C8ibej?= <brane@xbc.nu> writes:
>
>>Ah. Good point, I forgot about -F. I assume propset -F is writes the
>>file? Or never mind, I'll look at the code instead.
>>
>
>It just takes a "value" from a file. It also works for commits:
>
> svn ci -F log_msg.txt
>
Aargh, my typo: I meant "propget -F".

svn propget -F list.txt svn:ignore foo
<edit list.txt>
svn propset -F list.txt svn:ignore foo

I know, I know -- you can redirect propget's output, but then you a)
assime the shell /can/ redirect the output, b) make the future "shell
mode" harder to implement and c) don't get newline conversion on the
property value

-- 
Brane �ibej   <brane_at_xbc.nu>            http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:39 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.