You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Nina Pham <ni...@gibbons.com> on 2004/10/06 22:01:47 UTC

upgrading to 1.1 from 1.0.8

My FC2 system was running svn server version 1.0.8 using apache. I just 
did the upgrade to 1.1 using downloaded tar file from subversion 
tarball. However, both version now exists on the system. subversion1.0.8 
is stored at /usr/bin, 1.1 is stored at /usr/local/bin/. How do I make 
sure that the server is using version 1.1? How do I uninstall 1.0.8 
completely?


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

Re: upgrading to 1.1 from 1.0.8

Posted by Wolfgang Fritz <wo...@keymile.com>.
Nina Pham wrote:
> I already uninstalled subversion1.0.8 that came with FC2. Subversion1.1 
> is installed and I don't know where mod_dav_svn and mod_authz_svn are 
> stored so that I setup apache.  I'm using httpd-2.0.51 which is the 
> latest rpm from FC2.
> 

Run a

rpm -ql

on your installed subversion RPMs, or

rpm -qpl

on the *.rpm files. That should give you a list of the files.

Wolfgang

> Patrick Smears wrote:
> 
>>On Wed, 6 Oct 2004, Nina Pham wrote:
>>
>>  
>>
>>>My FC2 system was running svn server version 1.0.8 using apache. I just 
>>>did the upgrade to 1.1 using downloaded tar file from subversion 
>>>tarball. However, both version now exists on the system. subversion1.0.8 
>>>is stored at /usr/bin, 1.1 is stored at /usr/local/bin/. How do I make 
>>>sure that the server is using version 1.1? How do I uninstall 1.0.8 
>>>completely?
>>>    
>>>
>>
>>It depends how svn1.0.8 was installed. If you installed it from the FC2 
>>RPMs, you can uninstall it with:
>>
>># rpm --erase subversion mod_dav_svn
>>
>>Clearly, once you've erased the old version you can be sure that it's not 
>>being used!
>>
>>Patrick
>>
>>  
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org


-- 
KEYMILE GmbH       mailto:wolfgang.fritz@keymile.com
Wolfgang Fritz     Phone: +49 (0)511 6747-692
Wohlenbergstr. 3   Fax:   +49 (0)511 6747-777
D-30179 Hannover   http://www.keymile.com

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

Re: upgrading to 1.1 from 1.0.8

Posted by Toby Johnson <to...@etjohnson.us>.
Nina Pham wrote:

> I already uninstalled subversion1.0.8 that came with FC2. 
> Subversion1.1 is installed and I don't know where mod_dav_svn and 
> mod_authz_svn are stored so that I setup apache.  I'm using 
> httpd-2.0.51 which is the latest rpm from FC2.

Be aware that mod_dav_svn is a separate RPM. They are usually stored in 
/usr/lib/httpd/modules. "rpm -ql mod_dav_svn" will show where they are.

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

Re: upgrading to 1.1 from 1.0.8

Posted by Nina Pham <ni...@gibbons.com>.
I already uninstalled subversion1.0.8 that came with FC2. Subversion1.1 
is installed and I don't know where mod_dav_svn and mod_authz_svn are 
stored so that I setup apache.  I'm using httpd-2.0.51 which is the 
latest rpm from FC2.

Patrick Smears wrote:

>On Wed, 6 Oct 2004, Nina Pham wrote:
>
>  
>
>>My FC2 system was running svn server version 1.0.8 using apache. I just 
>>did the upgrade to 1.1 using downloaded tar file from subversion 
>>tarball. However, both version now exists on the system. subversion1.0.8 
>>is stored at /usr/bin, 1.1 is stored at /usr/local/bin/. How do I make 
>>sure that the server is using version 1.1? How do I uninstall 1.0.8 
>>completely?
>>    
>>
>
>It depends how svn1.0.8 was installed. If you installed it from the FC2 
>RPMs, you can uninstall it with:
>
># rpm --erase subversion mod_dav_svn
>
>Clearly, once you've erased the old version you can be sure that it's not 
>being used!
>
>Patrick
>
>  
>


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

Re: upgrading to 1.1 from 1.0.8

Posted by Patrick Smears <pa...@ensoft.co.uk>.
On Wed, 6 Oct 2004, Nina Pham wrote:

> My FC2 system was running svn server version 1.0.8 using apache. I just 
> did the upgrade to 1.1 using downloaded tar file from subversion 
> tarball. However, both version now exists on the system. subversion1.0.8 
> is stored at /usr/bin, 1.1 is stored at /usr/local/bin/. How do I make 
> sure that the server is using version 1.1? How do I uninstall 1.0.8 
> completely?

It depends how svn1.0.8 was installed. If you installed it from the FC2 
RPMs, you can uninstall it with:

# rpm --erase subversion mod_dav_svn

Clearly, once you've erased the old version you can be sure that it's not 
being used!

Patrick

-- 
The easy way to type accents in Windows: http://www.frkeys.com/


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