>> Using Subversion 1.1.0 on Windows, I'm trying to set the svn:ignore
>> property directly on a repository directory.
>>
>> D:\svn>svn ps --revprop -r HEAD svn:ignore -F d:\svn\ignore.pat
>> file:///d:/svn/myrepos/mydir
>>
>svn:ignore is NOT a revprop. Drop the "--revprop" from your first
>command line, and you'll be fine.
D:\svn>svn ps -r HEAD svn:ignore -F d:\svn\ignore.pat
file:///d:/svn/myrepos/mydir
svn: Cannot specify revision for setting versioned property 'svn:ignore'
D:\svn>svn ps svn:ignore -F d:\svn\ignore.pat file:///d:/svn/myrepos/mydir
svn: Setting property on non-local target 'file:///d:/svn/dotnet' not yet
supported
I suppose that concludes it...
-Roy.
**************************************************************************************************
Important Notice
This message and its attachments are designated solely for the addressee.
They contain information that may be privileged and protected by law.
Duplication or distribution of this information in any manner is prohibited by law.
If you receive this document or information and it is not addressed to you, it must be
deleted from your system forthwith.
In such case, kindly inform us of this event as soon as practicable..
**************************************************************************************************>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 25 17:55:44 2004