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

problems with svn:ignore

From: Craig Beck <craigbeck_at_luckybonza.com>
Date: 2005-03-12 20:10:31 CET

I keep getting this mesage when I try to set the svn:ignore property.

svn: Explicit target required

I have a bunch of files generated at runtime that I don't need
versioned, nor do I want to see them when I do "svn st"

I checked the docs, and "Practical Subversion" but don't seem to be
having much luck using the following format

% svn propset svn:ignore tmp/*.log
svn: 'tmp/pswp.log' is not under version control

if I sdd it to version control and specify the file

% svn propset svn:ignore tmp/pswp.log
svn: Explicit target required ('tmp/pswp.log' interpreted as prop value)

Any help? Clarifications?

--
Craig Beck
http://luckybonza.com
AIM: Kreiggers
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 12 20:13:07 2005

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

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