Re: Todays apt-get upgrade broke my subversion

2004-08-04 Thread Wayne Topa
Lukas Ruf([EMAIL PROTECTED]) is reported to have said:
> Hi Flo,
> 
> > Florian Ernst <[EMAIL PROTECTED]> [2004-08-04 18:28]:
> >
> > On Wed, Aug 04, 2004 at 06:10:55PM +0200, Lukas Ruf wrote:
> > > Is there any log-file that shows me the exact changes of todays
> > > upgrade?
> >
> > |$ ls -al /usr/share/doc/subversion/changelog.*
> > |-rw-r--r--  1 root root 11716 2004-06-11 00:31 
> > /usr/share/doc/subversion/changelog.Debian.gz
> > |-rw-r--r--  1 root root 24207 2004-06-11 00:58 
> > /usr/share/doc/subversion/changelog.gz
> >
> > It take it this is what you are searching for. As you don't say what
> > version you upgraded _from_ there isn't much else to show...
> 
> thanks for the feedback.
> 
> As I wrote: I run update/upgrade daily.  Therefore, subversion was not
> affected today.  It must rather deal with Berkeley DB or similar.
> 
> Any further ideas?

I picked up this script some time ago and have it run after each
update/dist-upgrade I do.  I didn't write it but I sure use and like
it alot.  Mosify it to fit your needs.


:-) HTH, YMMV, HAND :-)

#
#!/bin/sh

# Written by Larry Holish, [EMAIL PROTECTED]


# Script that writes current list of packages installed
# from /var/lib/dpkg/available to pkgs_woody.current.
# Keeps a history of changes between package versions
# in woody_history.txt.

LISTDIR=/home/wtopa/Debian
cd $LISTDIR

if [ -f 'woody_history.txt.gz' ]; then
gunzip woody_history.txt.gz
fi

if [ -f 'pkgs_woody.current' ]; then
mv pkgs_woody.current pkgs_woody.last
fi

COLUMNS=120 dpkg -l | grep "^i" | cut -b 5- > pkgs_woody.current

diff -C 0 pkgs_woody.last pkgs_woody.current >> woody_history.txt

gzip woody_history.txt
rm -f pkgs_woody.last

echo "Updating Package list at ~wtopa/Debian/woody_history.txt.gz"
#-

wt

-- 
irror reading FAT record: Try the SKINNY one? (Y/N)
_rry Holish, [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Todays apt-get upgrade broke my subversion

2004-08-04 Thread Lukas Ruf
> N. Thomas <[EMAIL PROTECTED]> [2004-08-04 21:22]:
>
> If you've not tried it already, may I suggest using Subversion's
> FSFS repository? It implements a Subversion filesystem using the OS
> filesystem instead of Berkeley DB (hence the name).
>
Thanks for the reply.

I have read on the subversion mailiing list of FSFS.

> It will be out in Subversion 1.1 which, AFAICT, is due at the end of
> the month, but you can try it in 1.1rc1 which is out already (and
> 1.1.rc2 should be out within a week or so) -- and works great.
>

but there is no deb yet, or?

wbr,
Lukas
-- 
Lukas Ruf   | Wanna know anything about raw |
 | IP? ->  |
eMail Style Guide: |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Todays apt-get upgrade broke my subversion

2004-08-04 Thread N. Thomas
* Lukas Ruf <[EMAIL PROTECTED]> [2004-08-04 18:34:11 +0200]:
> As I wrote: I run update/upgrade daily.  Therefore, subversion was not
> affected today.  It must rather deal with Berkeley DB or similar.

This is somewhat off-topic wrt your post, but I have found from personal
experience that 99.997% of my Subversion problems in the past had to do
with Berkeley DB.

If you've not tried it already, may I suggest using Subversion's FSFS
repository? It implements a Subversion filesystem using the OS
filesystem instead of Berkeley DB (hence the name).

It will be out in Subversion 1.1 which, AFAICT, is due at the end of the
month, but you can try it in 1.1rc1 which is out already (and 1.1.rc2
should be out within a week or so) -- and works great.

More info here:

http://web.mit.edu/ghudson/info/fsfs

Thomas

-- 
N. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Todays apt-get upgrade broke my subversion

2004-08-04 Thread Lukas Ruf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> Paul Johnson <[EMAIL PROTECTED]> [2004-08-04 20:56]:
>
> And now you know why you shouldn't blindly upgrade daily unless there's
> something you know you actually want from that day's updates.

thanks for the very intelligent and constructive feedback!

wbr,
Lukas
- -- 
Lukas Ruf   | Wanna know anything about raw |
 | IP? ->  |
eMail Style Guide: |
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBETUZXf8zDoH8+EURAvfAAKCTKE21QPhaLFmvyjrCtavjgIw9VgCcD2Xh
dvO4HE4HKuWZG6O6wlr53w8=
=T1aN
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Todays apt-get upgrade broke my subversion

2004-08-04 Thread Paul Johnson
Lukas Ruf <[EMAIL PROTECTED]> writes:

> Dear all,
>
> today I run, as usual, an
> apt-get update
> apt-get upgrade
> .
>
> Exactly after todays upgrade, my subversion repository stopped
> working.

And now you know why you shouldn't blindly upgrade daily unless there's
something you know you actually want from that day's updates.


pgpVsdIe5EYAL.pgp
Description: PGP signature


Re: Todays apt-get upgrade broke my subversion

2004-08-04 Thread Travis Crump
Lukas Ruf wrote:
As I wrote: I run update/upgrade daily.  Therefore, subversion was not
affected today.  It must rather deal with Berkeley DB or similar.
Any further ideas?
wbr,
Lukas
do a diff of /var/lib/dpkg/status and /var/lib/dpkg/status-old. 
Assuming that you haven't done any additional installs you should be 
able to figure out what changed.  If you have done additional 
installs/upgrades, there are additional old dpkg status files in 
/var/backups/[to diff between]


signature.asc
Description: OpenPGP digital signature


Re: Todays apt-get upgrade broke my subversion

2004-08-04 Thread Florian Ernst
Hello again!

On Wed, Aug 04, 2004 at 06:34:11PM +0200, Lukas Ruf wrote:
> > On Wed, Aug 04, 2004 at 06:10:55PM +0200, Lukas Ruf wrote:
> > > Is there any log-file that shows me the exact changes of todays
> > > upgrade?
> 
> As I wrote: I run update/upgrade daily.  Therefore, subversion was not
> affected today.  It must rather deal with Berkeley DB or similar.

Ah, OK. No, plain apt-get doesn't keep any logs, you'd need another
tool (like aptitude and/or apt-listchanges) for that.

You can revert to a previous state using snapshot.debian.net and then
check the depends. You can still check each individual dependency's
changelog now by accessing changelog.debian.net/ or browsing
/usr/share/doc, you can get all recursive Depends using
apt-rdepends...

> Any further ideas?

Yes, please...

Cheers,
Flo


signature.asc
Description: Digital signature


Re: Todays apt-get upgrade broke my subversion

2004-08-04 Thread Lukas Ruf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Flo,

> Florian Ernst <[EMAIL PROTECTED]> [2004-08-04 18:28]:
>
> On Wed, Aug 04, 2004 at 06:10:55PM +0200, Lukas Ruf wrote:
> > Is there any log-file that shows me the exact changes of todays
> > upgrade?
>
> |$ ls -al /usr/share/doc/subversion/changelog.*
> |-rw-r--r--  1 root root 11716 2004-06-11 00:31 
> /usr/share/doc/subversion/changelog.Debian.gz
> |-rw-r--r--  1 root root 24207 2004-06-11 00:58 
> /usr/share/doc/subversion/changelog.gz
>
> It take it this is what you are searching for. As you don't say what
> version you upgraded _from_ there isn't much else to show...

thanks for the feedback.

As I wrote: I run update/upgrade daily.  Therefore, subversion was not
affected today.  It must rather deal with Berkeley DB or similar.

Any further ideas?

wbr,
Lukas
- -- 
Lukas Ruf   | Wanna know anything about raw |
 | IP? ->  |
eMail Style Guide: |
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBERACXf8zDoH8+EURAkxPAJ4oq4VB0HsVPaWvUXFFj/6w9uP4TwCfXemi
DpNapzhOnNB9BYIWWKoBmqE=
=8Ijp
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Todays apt-get upgrade broke my subversion

2004-08-04 Thread Florian Ernst
Hello!

On Wed, Aug 04, 2004 at 06:10:55PM +0200, Lukas Ruf wrote:
> Is there any log-file that shows me the exact changes of todays
> upgrade?

|$ ls -al /usr/share/doc/subversion/changelog.*
|-rw-r--r--  1 root root 11716 2004-06-11 00:31 
/usr/share/doc/subversion/changelog.Debian.gz
|-rw-r--r--  1 root root 24207 2004-06-11 00:58 /usr/share/doc/subversion/changelog.gz

It take it this is what you are searching for. As you don't say what
version you upgraded _from_ there isn't much else to show...

HTH,
Flo


signature.asc
Description: Digital signature


Re: Todays apt-get upgrade broke my subversion

2004-08-04 Thread Lukas Ruf
> Lukas Ruf <[EMAIL PROTECTED]> [2004-08-04 18:10]:
>
> today I run, as usual, an
> apt-get update
> apt-get upgrade
> .
>
> Exactly after todays upgrade, my subversion repository stopped
> working.
>

I forgot: I run unstable on a ia32 box.

wbr,
Lukas
-- 
Lukas Ruf   | Wanna know anything about raw |
 | IP? ->  |
eMail Style Guide: |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]