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

Re: recursively propset for keywords

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-17 17:24:03 CET

On Wed, 2004-03-17 at 03:30, Jing-Reng Huang wrote:
> Hi all,
>
> My repo. structure is something like
>
> test ----- test.txt
> |
> |---- rom --- ff.txt
> |
> |----ss --ss.txt
>
> After I apply the below command from top directory over test directory.
> svn propset -R svn:keywords "Date" test
> or
> svn propset svn:keywords "Date" -R test
>
> Strange thing happens.
> 1. ff.txt and ss.txt appear under /test in status report and become "!".
> 2. Cannot do "svn commit" or "svn revert "
> subversion/libsvn_client/commit.c:677: (apr_err=145000)
> svn: Commit failed (details follow):
> subversion/libsvn_client/commit_util.c:210: (apr_err=145000)
> svn: Unknown entry kind for '/cygdrive/d/TEMP/test/ss.txt'

Are you running a native svn cygwin svn client? Or are you using the
general win32 client?

It looks like your .txt files are changing types... they're neither
files nor directories. What are they? Do they turn into symlinks or
something? Is the recursive 'propset' command changing their type,
somehow? That would be really bizarre.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 17 17:24:37 2004

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.