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

recursively propset for keywords

From: Jing-Reng Huang <jrhuang_at_realtek.com.tw>
Date: 2004-03-17 10:30:59 CET

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'
  3. Nothing can do on the repository except remove all

  Environment:
   1. Linux RH 7.3, Solaris 8 and Cygwin
   2. Subversion 1.0.1 with default apr, apr-util and neon library
   3. Berkeley db 4.0.14

--
J.R. Huang
Received on Wed Mar 17 10:31:33 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.