RE: [opensuse] subversion install (Suse 9.3)

2007-04-03 Thread James D. Parra

James D. Parra escribió:
 Hello,
 
 Installing subversion from source and I was able to find the Berkeley DB
 files needed to compile (loaded the development package from the DVD),
 however although Apache2 is installed (from the DVD) I can't locate the
apxs
 files. Any ideas on where I can find the apxs?


Good news:

newer Subversion is available in the buildservice for 9.3.

Bad news:

It does not compile with apr shipped with 9.3 anymore (too old). so you
will need to upgrade apr as well ( and probably apache, PHP and whaetevr
else you are using..so you might end upgrading more than you want ;P )


if you want to do this:

add the following sources to your package manager


http://ftp-1.gwdg.de/pub/opensuse/repositories/Apache/SUSE_Linux_9.3

http://ftp-1.gwdg.de/pub/opensuse/repositories/Subversion/Apache_SuSE_Linux_
9.3/



Thank you for the info. Very useful.

Performed the upgrade, however the repository can't be browsed. I get the
following error trying to check out a file.

File not found: transaction '653-1', path
'/data/svnrepos/web/web_mcr/class/checkbox.php'

I can view the tree;

# svnlook tree /data/svnrepos |grep web
 web/
web_mcr/


What might be happening and any clues on how to fix it?

Many thanks.

~James
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] subversion install (Suse 9.3)

2007-04-03 Thread Cristian Rodriguez R.
James D. Parra escribió:

 
 Thank you for the info. Very useful.

;-)

 Performed the upgrade, however the repository can't be browsed.

browsed with an svn client ? with a web interface ?

I assume you :

1. if it is a web client,you have apache installed, you upgraded apache

2. you upgraded subversion , subversion-server and all it's
 dependencies correctly.

 I get the
 following error trying to check out a file.
 
 File not found: transaction '653-1', path
 '/data/svnrepos/web/web_mcr/class/checkbox.php'


run svn update in the working copy.

if it does not work, then explain your problem better, including the
version of the package you installed.





signature.asc
Description: OpenPGP digital signature


RE: [opensuse] subversion install (Suse 9.3)

2007-04-03 Thread James D. Parra

James D. Parra escribió:

 
 Thank you for the info. Very useful.

;-)

 Performed the upgrade, however the repository can't be browsed.

browsed with an svn client ? with a web interface ?

I assume you :

1. if it is a web client,you have apache installed, you upgraded apache

2. you upgraded subversion , subversion-server and all it's
 dependencies correctly.

 I get the
 following error trying to check out a file.
 
 File not found: transaction '653-1', path
 '/data/svnrepos/web/web_mcr/class/checkbox.php'


Thanks Cristian.

We are using the svn client and SmartSVN (server version is 1.4.3) with the
svn protocol;



Running SVN from command line:
Action:
svn checkout svn://192.168.20.14:/data/svnrepos/  /srv/www/htdocs/mcr_svn/
Error:
svn: URL 'svn://192.168.20.14:/data/svnrepos' doesn't exist




Running from SmartSVN ( Java GUI - Version 2.1.3):
Action:
Attempting to browse the repository
Error:
svn: Directory svn://terabyte/data/svnrepos does not exist in repository at
revision HEAD

Action:
Attempting to commit back to repository
Error:
svn: File not found: transaction 'ii', path
'/data/svnrepos/web/web_mcr/class/class_text.php'




I also noticed that with both the command line version and SmartSVN, I am
able to 'add'  and
'update' to the repository. Every time the transaction goes through with
revision 653.

Also can access the repository, locally via 'file:///' with 'checkout' and
'add'

I hope this helps.

Thanks again,

~James
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] subversion install (Suse 9.3)

2007-04-02 Thread Sunny

On 4/2/07, James D. Parra [EMAIL PROTECTED] wrote:

Hello,

Installing subversion from source and I was able to find the Berkeley DB
files needed to compile (loaded the development package from the DVD),
however although Apache2 is installed (from the DVD) I can't locate the apxs
files. Any ideas on where I can find the apxs?

snip
checking for Apache module support via DSO through APXS... no
==
WARNING: skipping the build of mod_dav_svn
 --with-apxs or --with-apache must be used
==
snip

Many thanks,

James
--


Have you installed the -devel packages for apache?

--
Svetoslav Milenov (Sunny)

Even the most advanced equipment in the hands of the ignorant is just
a pile of scrap.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] subversion install (Suse 9.3)

2007-04-02 Thread Cristian Rodriguez R.
James D. Parra escribió:
 Hello,
 
 Installing subversion from source and I was able to find the Berkeley DB
 files needed to compile (loaded the development package from the DVD),
 however although Apache2 is installed (from the DVD) I can't locate the apxs
 files. Any ideas on where I can find the apxs?


SUSE 9.3 is soon to be abandoned (apr 30 2007) .

you dont really want to run 9.3 as well as you dont really want to
compile subversion from source ( asking where apxs is found is clear
symptom you dont ;P )

Good news:

newer Subversion is available in the buildservice for 9.3.

Bad news:

It does not compile with apr shipped with 9.3 anymore (too old). so you
will need to upgrade apr as well ( and probably apache, PHP and whaetevr
else you are using..so you might end upgrading more than you want ;P )


if you want to do this:

add the following sources to your package manager


http://ftp-1.gwdg.de/pub/opensuse/repositories/Apache/SUSE_Linux_9.3

http://ftp-1.gwdg.de/pub/opensuse/repositories/Subversion/Apache_SuSE_Linux_9.3/

and then upgrade subversion. (note that f.e mod_php will not work
anymore and you will need a php upgrade too in that case)


Cya.






signature.asc
Description: OpenPGP digital signature


Re: [opensuse] Subversion on SuSE

2006-11-16 Thread Moby



Daniel Bauer wrote:

On Thursday 16 November 2006 18:52, Moby wrote:
  

Does anyone here run subversion on Suse boxes?  I noticed that no
updated subversion rpms have become available for SuSE since 1.3.0

--
--Moby



I run subversion 1.2.3-2 on Suse 10.0.
it works.

Daniel
  

Thanks Daniel,
I run 1.3.0 and it runs fine as well - I was curious as to why no 
updates had been released.  Subversion itself is upto version 1.4.2, 
while the latest RPMs available from SuSE are 1.3.0.  I may just have to 
uninstall SuSE's RPMs and install the latest Subversion from source.


--
--Moby


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Subversion on SuSE

2006-11-16 Thread Randall R Schulz
On Thursday 16 November 2006 10:27, Moby wrote:
 ...

 Thanks Daniel,
 I run 1.3.0 and it runs fine as well - I was curious as to why no
 updates had been released.  Subversion itself is upto version 1.4.2,
 while the latest RPMs available from SuSE are 1.3.0.  I may just have
 to uninstall SuSE's RPMs and install the latest Subversion from
 source.

For the record, openSUSE 10.2 beta2 includes Subversion 1.4.0.


 --
 --Moby


Randall Schulz
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Subversion on SuSE

2006-11-16 Thread Boyd Lynn Gerber
On Thu, 16 Nov 2006, Moby wrote:
 Daniel Bauer wrote:
  On Thursday 16 November 2006 18:52, Moby wrote:
   Does anyone here run subversion on Suse boxes?  I noticed that no
   updated subversion rpms have become available for SuSE since 1.3.0
 I run 1.3.0 and it runs fine as well - I was curious as to why no updates had
 been released.  Subversion itself is upto version 1.4.2, while the latest RPMs
 available from SuSE are 1.3.0.  I may just have to uninstall SuSE's RPMs and
 install the latest Subversion from source.

I know that the SUSE developers do not always notice that packages have
newer versions.  I not that the one's I have add to bugzilla as a feature
request have all been updated.  Maybe someon should file a bug feature
request.

--
Boyd Gerber [EMAIL PROTECTED]
ZENEZ   1042 East Fort Union #135, Midvale Utah  84047
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Subversion on SuSE

2006-11-16 Thread Hugo Costelha
On Thursday 16 November 2006 18:46, Randall R Schulz wrote:
 On Thursday 16 November 2006 10:27, Moby wrote:
  ...
 
  Thanks Daniel,
  I run 1.3.0 and it runs fine as well - I was curious as to why no
  updates had been released.  Subversion itself is upto version 1.4.2,
  while the latest RPMs available from SuSE are 1.3.0.  I may just have
  to uninstall SuSE's RPMs and install the latest Subversion from
  source.

 For the record, openSUSE 10.2 beta2 includes Subversion 1.4.0.


And there is allways the build service: 
http://software.opensuse.org/download/Subversion/

Hugo Costelha
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Subversion on SuSE

2006-11-16 Thread Marcus Rueckert
On 2006-11-16 12:27:34 -0600, Moby wrote:
 I run 1.3.0 and it runs fine as well - I was curious as to why no 
 updates had been released.  Subversion itself is upto version 1.4.2, 
 while the latest RPMs available from SuSE are 1.3.0.  I may just have to 
 uninstall SuSE's RPMs and install the latest Subversion from source.

no version for release products. use the buildservice if you want newer
packages. (url in another mail in this thread.)

darix

-- 
  openSUSE - SUSE Linux is my linux
  openSUSE is good for you
  www.opensuse.org
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Subversion on SuSE

2006-11-16 Thread Moby



Marcus Rueckert wrote:

On 2006-11-16 12:27:34 -0600, Moby wrote:
  
I run 1.3.0 and it runs fine as well - I was curious as to why no 
updates had been released.  Subversion itself is upto version 1.4.2, 
while the latest RPMs available from SuSE are 1.3.0.  I may just have to 
uninstall SuSE's RPMs and install the latest Subversion from source.



no version for release products. use the buildservice if you want newer
packages. (url in another mail in this thread.)

darix

  

Thanks Darix - good to know

--
--Moby


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Subversion on SuSE

2006-11-16 Thread Lars Rupp
Hi

Am Do 16.11.2006 19:49 schrieb Boyd Lynn Gerber [EMAIL PROTECTED]:
 I know that the SUSE developers do not always notice that packages
 have
 newer versions.

That could be true for FACTORY - not for released products ;-)

 I not that the one's I have add to bugzilla as a feature
 request have all been updated.  Maybe someon should file a bug feature
 request.


You'll not get Version Upgrades for a released product directly over the
SUSE update channel (ok: we have some exeptions). SUSE has a strict
policy for released products: no version upgrades, only updates for the
version released with the distribution.

The trick behind it: sometimes developers decide to add new features
and perhaps some API changes to new versions. If you have installed a
programm on your system and SUSE will deliver a upgrade - perhaps
afterwards neither your programm nor any other programm linked against
it will execute... Ask people who decided to upgrade their KDE version:
sometimes it works, sometimes not.

So the answer is: yes, you can _upgrade_ - but you should know that your
system can be unstable if something happens with the newer programm
version. If you just _update_, everything should work as expected - and
even better after the update.

The SUSE developers spend a lot of time fixing old versions of a
programm. Remember: the programms (and their version numbers!) on SLES10
have seven years support. So perhaps in seven years, a user who has
updated his system every day will just have subversion 1.3.1 on his
plattform - but this version should be very stable then. ;-)

Greetings,
  Lars

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Subversion on SuSE

2006-11-16 Thread Boyd Lynn Gerber
On Fri, 17 Nov 2006, Lars Rupp wrote:
 Am Do 16.11.2006 19:49 schrieb Boyd Lynn Gerber [EMAIL PROTECTED]:
  I know that the SUSE developers do not always notice that packages
  have
  newer versions.

 That could be true for FACTORY - not for released products ;-)

Yes, I should have said that factory is where the feature requests end up
being updated.  I reported 5 or 6 packages that I use often that had not
been updated in a long time.  They have all been updated to the latest
released version prior to the feature freeze for 10.2.  I am very pleased
with how responsive the SUSE developers have been.

  I not that the one's I have add to bugzilla as a feature
  request have all been updated.  Maybe someon should file a bug feature
  request.
 You'll not get Version Upgrades for a released product directly over the
 SUSE update channel (ok: we have some exeptions). SUSE has a strict
 policy for released products: no version upgrades, only updates for the
 version released with the distribution.

 The trick behind it: sometimes developers decide to add new features
 and perhaps some API changes to new versions. If you have installed a
 programm on your system and SUSE will deliver a upgrade - perhaps
 afterwards neither your programm nor any other programm linked against
 it will execute... Ask people who decided to upgrade their KDE version:
 sometimes it works, sometimes not.

 So the answer is: yes, you can _upgrade_ - but you should know that your
 system can be unstable if something happens with the newer programm
 version. If you just _update_, everything should work as expected - and
 even better after the update.

 The SUSE developers spend a lot of time fixing old versions of a
 programm. Remember: the programms (and their version numbers!) on SLES10
 have seven years support. So perhaps in seven years, a user who has
 updated his system every day will just have subversion 1.3.1 on his
 plattform - but this version should be very stable then. ;-)

I agree totally.  The upgrade via the build service is at your own risk.
But I have been very pleased with how well they have worked.  I use them
often.

Thanks,

--
Boyd Gerber [EMAIL PROTECTED]
ZENEZ   1042 East Fort Union #135, Midvale Utah  84047
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]