RE: [TSVN] [BUG] Problem with detection of changes in svn:externa ls included folders
From: Scott Hughes <Scott.Hughes_at_dalsemi.com>
Date: 2004-12-01 15:27:36 CET
> Maybe that's the reason? Are your externals located in the same
Actually, in my original problem, I may have used just the top-level
> Hmm - not committed. That shouldn't happen.
Here's the exact commands I did to setup the repo with an external folder
$ svnadmin --fs-type fsfs create repo
$ svn co file:///cygdrive/c/temp/build/repo repowc
$ cd repowc
$ svn mkdir test1
$ svn mkdir test2
$ cat > test1/readme.txt
$ svn add test1/readme.txt
$ svn commit . -m "testing"
$ svn propset svn:externals "tst file:///cygdrive/c/temp/build/repo/test1"
$ svn commit . -m "set property"
Committed revision 2.
$ svn up
Fetching external item into 'test2/tst'
Updated to revision 2.
$ cat test2/tst/readme.txt
$ cat > test2/tst/readme.txt
$ svn status
Performing status on external item at 'test2/tst'
$ svn commit . -m "updated text in externals"
$ svn status
Performing status on external item at 'test2/tst'
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.