You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Siju George <sg...@gmail.com> on 2004/12/22 12:40:29 UTC

Debian Woody binary for subversion!!

Hi all,

the link from Subversion site

http://people.debian.org/~adconrad/dists/woody/subversion/binary-i386/

has only the Subversion 1.0 binary for debian.

subversion_1.0.8-0.woody.1_i386.deb  


Where can I get Subversion 1.1 binary for Debian Woody?

Thankyou somuch

Kind Regards

Siju

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Debian Woody binary for subversion!!

Posted by Marc-Andre Landry <xe...@videotron.ca>.
Hi Siju,
I felt that you may would like to know that your best friends is 
groups.google.com. Use simple key word that you would think you may had 
written to find some help.
Back to your solution that I proposed :
Because I am new to the world of Linux I strongly use the man command. I 
also made some reading about the way Debian make it magical to install. 
'apt' is a simple yet fast tool set to find or manage package. I was 
looking throught the 'man apt' output when I recall that 'apt' strongly 
use dpkg. So I made 'man dpkg' to find this proposal :
ACTIONS
        dpkg -i | --install package_file...
               Install the package. If --recursive or -R option  is
	      specified, package_file must refer to a directory instead.

So you may try to do :
	dpkg -i subversion

but I strongly recommend to at least look at the way it will be install. 
  So look at 'man dpkg'

If man pages are not install on your system you may look at the answer 
of google. All my friends realy on it, I do but I also realy on them 
because of the different interest. This is why I also reply fellow user.

LMA
Hoping my french ain't got you confused in the way I wrote english.

Siju George wrote:
> Hi Marc,
> 
> Thankyou so much for the reply :))
> 
> 
> On Wed, 22 Dec 2004 13:26:20 -0500, Marc-Andre Landry <xe...@videotron.ca> wrote:
> 
> 
>>deb http://gulus.usherbrooke.ca/debian/ unstable main contrib non-free
>>deb http://gulus.usherbrooke.ca/debian-non-US/ unstable/non-US main
>>contrib non-free
>>--- End of listing (shall be written under 2 lines) line got broke by
>>thunderbird plain txt editor the way I like it. ---
>>
>>You may use the stable seting unlike me that I use unstable and got
>>subversion updated by the apt-get dist-upgrade call to Subversion 1.1.
>>
> 
> 
> As you directed I added the following two lines to my apt sources file.
> 
> deb http://gulus.usherbrooke.ca/debian/ stable main contrib non-free
> deb http://gulus.usherbrooke.ca/debian-non-US/ stable/non-US main 
> contrib non-free
> 
> and gave the command
> 
> #apt-get install subversion 
> 
> but it did not upgrade to subversion 1.1 and said that Ialready have
> the latest version installed.
> 
> But it is still 1.0.
> 
> how do I upgrade just 1 package and not the whole system?
> 
> Thankyou so much
> 
> kind Regards
> 
> Siju
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Debian Woody binary for subversion!!

Posted by Marc-Andre Landry <xe...@videotron.ca>.
Benjamin Pflugmann wrote:

>>#apt-get install subversion 
> 
> 
> You didn't run
> 
> # apt-get update
> 
> beforehand, did you? Without it, your local cache doesn't reflect the
> changes in the sources file.
> 
> 
>>but it did not upgrade to subversion 1.1 and said that Ialready have
>>the latest version installed.
>>
>>But it is still 1.0.
> 
> 
> If so, this behaviour is exactly what I'd expect. So try
> 
> # apt-get update
> # apt-get install subversion
>  

I see now. Much more easyer then my own reply. Must have myst something 
while reading. Merci beaucoup!
Regards,
LMA

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Debian Woody binary for subversion!!

Posted by Benjamin Pflugmann <be...@pflugmann.de>.
On Thu 2004-12-23 at 18:35:39 +0530, you wrote
> 
> As you directed I added the following two lines to my apt sources file.
> 
> deb http://gulus.usherbrooke.ca/debian/ stable main contrib non-free
> deb http://gulus.usherbrooke.ca/debian-non-US/ stable/non-US main 
> contrib non-free
> 
> and gave the command
> 
> #apt-get install subversion 

You didn't run

# apt-get update

beforehand, did you? Without it, your local cache doesn't reflect the
changes in the sources file.

> but it did not upgrade to subversion 1.1 and said that Ialready have
> the latest version installed.
> 
> But it is still 1.0.

If so, this behaviour is exactly what I'd expect. So try

# apt-get update
# apt-get install subversion
 
Bye,

	Benjamin.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Debian Woody binary for subversion!!

Posted by Siju George <sg...@gmail.com>.
Hi Marc,

Thankyou so much for the reply :))


On Wed, 22 Dec 2004 13:26:20 -0500, Marc-Andre Landry <xe...@videotron.ca> wrote:

> deb http://gulus.usherbrooke.ca/debian/ unstable main contrib non-free
> deb http://gulus.usherbrooke.ca/debian-non-US/ unstable/non-US main
> contrib non-free
> --- End of listing (shall be written under 2 lines) line got broke by
> thunderbird plain txt editor the way I like it. ---
> 
> You may use the stable seting unlike me that I use unstable and got
> subversion updated by the apt-get dist-upgrade call to Subversion 1.1.
> 

As you directed I added the following two lines to my apt sources file.

deb http://gulus.usherbrooke.ca/debian/ stable main contrib non-free
deb http://gulus.usherbrooke.ca/debian-non-US/ stable/non-US main 
contrib non-free

and gave the command

#apt-get install subversion 

but it did not upgrade to subversion 1.1 and said that Ialready have
the latest version installed.

But it is still 1.0.

how do I upgrade just 1 package and not the whole system?

Thankyou so much

kind Regards

Siju

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Debian Woody binary for subversion!!

Posted by Marc-Andre Landry <xe...@videotron.ca>.
Siju George wrote:
> Hi all,
> 
> the link from Subversion site
> 
> http://people.debian.org/~adconrad/dists/woody/subversion/binary-i386/
> 
> has only the Subversion 1.0 binary for debian.
> 
> subversion_1.0.8-0.woody.1_i386.deb  
> 
> 
> Where can I get Subversion 1.1 binary for Debian Woody?
> 
> Thankyou somuch
> 
> Kind Regards
> 
> Siju
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 

Look at apt-cache search subversion.

--- Start of listing of my source.list ---
deb http://gulus.usherbrooke.ca/debian/ unstable main contrib non-free
deb http://gulus.usherbrooke.ca/debian-non-US/ unstable/non-US main 
contrib non-free
--- End of listing (shall be written under 2 lines) line got broke by 
thunderbird plain txt editor the way I like it. ---

You may use the stable seting unlike me that I use unstable and got 
subversion updated by the apt-get dist-upgrade call to Subversion 1.1.

Here the apt-cache showpkg subversion answer :
Package: subversion
Versions:
1.1.1-2(/var/lib/apt/lists/gulus.usherbrooke.ca_debian_dists_unstable_main_binary-i386_Packages)(/var/lib/dpkg/status)

Reverse Depends:
   websvn,subversion
   viewcvs,subversion
   trac,subversion 1.0.1
   svn-buildpackage,subversion
   subversion-tools,subversion 0.22.1-1
   subversion-tools,subversion 1.1.1-2
   python2.3-subversion,subversion
   esvn,subversion
   cvs2svn,subversion 1.0.1
Dependencies:
1.1.1-2 - libapr0 (2 2.0.52) libc6 (2 2.3.2.ds1-4) libdb4.2 (0 (null)) 
libexpat1 (2 1.95.8) libldap2 (2 2.1.17-1) libneon24 (2 0.24.7.dfsg) 
libssl0.9.7 (0 (null)) libsvn0 (2 1.1.1-2) libxml2 (2 2.6.11) zlib1g (2 
1:1.2.1) patch (0 (null)) db4.2-util (0 (null)) subversion-tools (0 (null))
Provides:
1.1.1-2 -


Hope it'll help.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org