Re: [SLUG] Inatlling a compiled subversion and removing the packaged one - how to fix dependencies.

2006-05-06 Thread Ian Wienand
On Fri, May 05, 2006 at 11:32:18PM +1000, Mike Lake wrote: > My machine has this: > > ~$ ls -l /dev/uran* > cr--r--r-- 1 root root 1, 9 Jun 20 2002 /dev/urandom > > ~$ ls -l /dev/ran* > crw-rw-rw- 1 root root 1, 8 Jun 20 2002 /dev/random > Why is one writable by all and the other not ? I th

Re: [SLUG] Inatlling a compiled subversion and removing the packaged one - how to fix dependencies.

2006-05-05 Thread Mike Lake
On Fri May 05, Ian Wienand wrote: > On Fri, May 05, 2006 at 05:01:11PM +1000, Michael Lake wrote: > > The make install for the compiled subversion I think will go into > > /usr/local/ > > But I need to "remove" the subversion that was put on via apt-get which is > > in /usr/bin/ and /usr/lib etc

Re: [SLUG] Inatlling a compiled subversion and removing the packaged one - how to fix dependencies.

2006-05-05 Thread Mike Lake
On Fri May 05, Michael Chesterton wrote: > Michael Lake <[EMAIL PROTECTED]> writes: > > > 'apt-get remove subversion' would also remove cvs2snv, trac, websvn. I > > want them to stay. I found if I use "apt-get --ignore-deps=trac > > --ignore-deps=cvs2snv --ignore-deps=websvn remove subversion" it

Re: [SLUG] Inatlling a compiled subversion and removing the packaged one - how to fix dependencies.

2006-05-05 Thread Michael Chesterton
Michael Lake <[EMAIL PROTECTED]> writes: > 'apt-get remove subversion' would also remove cvs2snv, trac, websvn. I > want them to stay. I found if I use "apt-get --ignore-deps=trac > --ignore-deps=cvs2snv --ignore-deps=websvn remove subversion" it > would keep the other packages. But then how will

Re: [SLUG] Inatlling a compiled subversion and removing the packaged one - how to fix dependencies.

2006-05-05 Thread Ian Wienand
On Fri, May 05, 2006 at 05:01:11PM +1000, Michael Lake wrote: > The make install for the compiled subversion I think will go into > /usr/local/ > But I need to "remove" the subversion that was put on via apt-get which is > in /usr/bin/ and /usr/lib etc otherwise there will be clashes and things

[SLUG] Inatlling a compiled subversion and removing the packaged one - how to fix dependencies.

2006-05-05 Thread Michael Lake
Hi all In an earlier post I was having probs with getting subversion to work on a server as there wasn't enough entropy. I can't use the rng-tools as it's a virtual server and it does not have access to that hardware (it hangs actually if I try). Hence I have compiled subversion now and I have