> You only looked at the .svn/entries file in the root of your working
> copy. You're not going to see information about stuff deeper down.
> What I meant was: look at the .svn/entries file within
>
> IT/server_configs/subversion/etc/mail/
>
> ...for example. Your first 'svn up' makes two files appear in there.
> But are they listed in the entries file as 'absent' before you run the
> update?
>
Ah, I'm not very very familiar with the .svn files. Yup, files that show
up doing "svn --no-auth-cache up" are listed in the .entries file. Here
an example -
[mark@blarg mark]$ svn --no-auth-cache up
Authentication realm: <http://subversion.private.com:80> Private Login
Password for 'mark':
A IT/server_configs/bugz/etc/logrotate.d/ppp
A IT/server_configs/bugz/etc/logrotate.d/samba
Updated to revision 350.
[mark@blarg mark]$
I made copies of the directories between each update.
[mark@blarg working]$ diff -c
mark.2/IT/server_configs/bugz/etc/logrotate.d/.svn/entries
mark.3/IT/server_configs/bugz/etc/logrotate.d/.svn/entries
*** mark.2/IT/server_configs/bugz/etc/logrotate.d/.svn/entries 2005-02-24
16:39:51.477689000 -0800
--- mark.3/IT/server_configs/bugz/etc/logrotate.d/.svn/entries 2005-02-24
16:50:40.680845000 -0800
***************
*** 11,19 ****
uuid="a878d82c-bae8-0310-b317-e69f1ff560f7"
revision="350"/>
<entry
name="ppp"
kind="file"
! absent="true"/>
<entry
committed-rev="51"
name="tux"
--- 11,24 ----
uuid="a878d82c-bae8-0310-b317-e69f1ff560f7"
revision="350"/>
<entry
+ committed-rev="51"
name="ppp"
+ text-time="2005-02-25T00:50:40.000000Z"
+ committed-date="2004-11-30T23:13:59.856061Z"
+ checksum="0f78e65fa0f06220419afd0fc1ada0ee"
+ last-author="mark@PRIVATE.COM"
kind="file"
! prop-time="2005-02-25T00:50:40.000000Z"/>
<entry
committed-rev="51"
name="tux"
***************
*** 42,50 ****
kind="file"
prop-time="2005-02-25T00:39:50.000000Z"/>
<entry
name="samba"
kind="file"
! absent="true"/>
<entry
committed-rev="51"
name="httpd"
--- 47,60 ----
kind="file"
prop-time="2005-02-25T00:39:50.000000Z"/>
<entry
+ committed-rev="51"
name="samba"
+ text-time="2005-02-25T00:50:40.000000Z"
+ committed-date="2004-11-30T23:13:59.856061Z"
+ checksum="fd4c01721c608a8c3c79ed3c921c5378"
+ last-author="mark@PRIVATE.COM"
kind="file"
! prop-time="2005-02-25T00:50:40.000000Z"/>
<entry
committed-rev="51"
name="httpd"
[mark@blarg working]$
So, the missing files are listed as absent. Where do I go from here?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 25 02:02:59 2005