You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Anoop kumar V <an...@gmail.com> on 2008/03/30 02:00:17 UTC

svn platform dependence

Probably a very dumb question - Is subversion, the client version (at least)
platform independent?

The reason I ask is that I have a solaris intel box and could compile and
build the svn client from the source. Then I realized that the destination
where I want to install the client is actually solaris sparc (not intel -
but same version etc). I cannot build on the solaris sparc machine because I
cannot install things like gcc, cc etc., and I do not have root access. Also
I do not have a sparc machine. Virtualization was an option, but after much
mistrials I do not want to try that more - my intel machine cannot do
hardware virtualization etc etc..

So is there someway I can use the intel svn client on sparc - or is there a
converter? Or better still can somebody who has a sparc machine build one
for me - I would be most grateful!

Thanks,

Re: svn platform dependence

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 29, 2008, at 21:00, Anoop kumar V wrote:

> Probably a very dumb question - Is subversion, the client version  
> (at least) platform independent?
>
> The reason I ask is that I have a solaris intel box and could  
> compile and build the svn client from the source. Then I realized  
> that the destination where I want to install the client is actually  
> solaris sparc (not intel - but same version etc). I cannot build on  
> the solaris sparc machine because I cannot install things like gcc,  
> cc etc., and I do not have root access. Also I do not have a sparc  
> machine. Virtualization was an option, but after much mistrials I  
> do not want to try that more - my intel machine cannot do hardware  
> virtualization etc etc..
>
> So is there someway I can use the intel svn client on sparc - or is  
> there a converter? Or better still can somebody who has a sparc  
> machine build one for me - I would be most grateful!

Subversion is supposed to be as platform-independent as the platform- 
independence library it uses, the Apache Portable Runtime (APR).

I am not familiar with SPARC specifically, but I would assume you  
could cross-compile. For example, on an Intel Mac, you can compile a  
PowerPC Mac executable, and vice-versa. However, cross-compilation is  
not something I'm an expert at so you'd have to look up that topic  
elsewhere. I believe you would be looking at the --host, --build and  
--target configure options, at least. On the Intel SPARC box where  
you have your compilation tools you would also need a cross-compiling  
version of gcc (or whatever compiler) that is capable of producing  
SPARC binaries for whatever processor architecture is on the other  
machine.


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

Re: svn platform dependence

Posted by Hari Kodungallur <hk...@gmail.com>.
On Sat, Mar 29, 2008 at 8:15 PM, Anoop kumar V <an...@gmail.com>
wrote:

> Thanks - but under "CollabNet Subversion Command Line *Client *for Sun
> Solaris 10 (SPARC)" it says:
>
> "*Pre-requisite*: you need *administrative privileges* to install and
> uninstall CollabNet Subversion"
>
> Is that correct - do I need admin privileges to install just the client?
>
>
I believe you do need root access to install the packages.
If this is something you have to get it done as part of your work, then ask
the sys admin to install it for you. If not, and if you are just going to
get familiar with it, get the source and install it on the solaris/intel box
that you were referring to and use it from there.



>
>
>
> On Sat, Mar 29, 2008 at 10:45 PM, Sivakumar Gopalan <si...@collab.net>
> wrote:
>
> >  Binaries for both svn client and server are available. Hope this helps:
> >
> > *http://downloads.open.collab.net/collabnet-subversion.html*
> >
> >
> >  ------------------------------
> >
> > *From:* Anoop kumar V [mailto:anoopkumarv@gmail.com]
> > *Sent:* Sunday, March 30, 2008 7:30 AM
> > *To:* users@subversion.tigris.org
> > *Subject:* svn platform dependence
> >
> >
> >
> > Probably a very dumb question - Is subversion, the client version (at
> > least) platform independent?
> >
> > The reason I ask is that I have a solaris intel box and could compile
> > and build the svn client from the source. Then I realized that the
> > destination where I want to install the client is actually solaris sparc
> > (not intel - but same version etc). I cannot build on the solaris sparc
> > machine because I cannot install things like gcc, cc etc., and I do not have
> > root access. Also I do not have a sparc machine. Virtualization was an
> > option, but after much mistrials I do not want to try that more - my intel
> > machine cannot do hardware virtualization etc etc..
> >
> > So is there someway I can use the intel svn client on sparc - or is
> > there a converter? Or better still can somebody who has a sparc machine
> > build one for me - I would be most grateful!
> >
> > Thanks,
> >
>
>

Re: svn platform dependence

Posted by Anoop kumar V <an...@gmail.com>.
Thanks Troy & Kevin - this is working out very well. You cannot believe how
helpful this has been to me.

Thanks again,
Anoop

On Mon, Mar 31, 2008 at 9:31 PM, Anoop kumar V <an...@gmail.com>
wrote:

> Thanks so much Kevin. I think this is exactly what I was looking for. Let
> me use the sparc vesion and will let you know how it went - thanks
> nevertheless!
>
> Anoop
>
>
> On Mon, Mar 31, 2008 at 10:27 AM, <km...@rockwellcollins.com> wrote:
>
> > "Anoop kumar V" <an...@gmail.com> wrote on 03/29/2008 10:15:43 PM:
> > > Thanks - but under "CollabNet Subversion Command Line Client for Sun
> > Solaris
> > > 10 (SPARC)" it says:
> > >
> > > "Pre-requisite: you need administrative privileges to install and
> > uninstall
> > > CollabNet Subversion"
> > >
> > > Is that correct - do I need admin privileges to install just the
> > client?
> >
> >
> > Yes, the Collabnet versions install to the "standard" unix paths, which
> > require admin privs.  I recommended to their support team to allow
> > a selectable installation directory for the client, but they didn't
> > see enough interest at the time.
> >
> >
> > I didn't create these, but have found them useful from time to time:
> > (Pretty much static client builds for solaris sparc/x86 and linux.  A
> > little
> >  old at 1.4.3, but might fit your needs)
> >
> > http://www.uncc.org/svntools/clients/
> >
> > Kevin R.
> >
>
>

Re: svn platform dependence

Posted by Anoop kumar V <an...@gmail.com>.
Thanks so much Kevin. I think this is exactly what I was looking for. Let me
use the sparc vesion and will let you know how it went - thanks
nevertheless!

Anoop

On Mon, Mar 31, 2008 at 10:27 AM, <km...@rockwellcollins.com> wrote:

> "Anoop kumar V" <an...@gmail.com> wrote on 03/29/2008 10:15:43 PM:
> > Thanks - but under "CollabNet Subversion Command Line Client for Sun
> Solaris
> > 10 (SPARC)" it says:
> >
> > "Pre-requisite: you need administrative privileges to install and
> uninstall
> > CollabNet Subversion"
> >
> > Is that correct - do I need admin privileges to install just the client?
>
>
> Yes, the Collabnet versions install to the "standard" unix paths, which
> require admin privs.  I recommended to their support team to allow
> a selectable installation directory for the client, but they didn't
> see enough interest at the time.
>
>
> I didn't create these, but have found them useful from time to time:
> (Pretty much static client builds for solaris sparc/x86 and linux.  A
> little
>  old at 1.4.3, but might fit your needs)
>
> http://www.uncc.org/svntools/clients/
>
> Kevin R.
>

Re: svn platform dependence

Posted by km...@rockwellcollins.com.
"Anoop kumar V" <an...@gmail.com> wrote on 03/29/2008 10:15:43 PM:
> Thanks - but under "CollabNet Subversion Command Line Client for Sun 
Solaris 
> 10 (SPARC)" it says:
> 
> "Pre-requisite: you need administrative privileges to install and 
uninstall 
> CollabNet Subversion"
> 
> Is that correct - do I need admin privileges to install just the client? 


Yes, the Collabnet versions install to the "standard" unix paths, which
require admin privs.  I recommended to their support team to allow
a selectable installation directory for the client, but they didn't
see enough interest at the time.


I didn't create these, but have found them useful from time to time:
(Pretty much static client builds for solaris sparc/x86 and linux.  A 
little
 old at 1.4.3, but might fit your needs)

http://www.uncc.org/svntools/clients/

Kevin R.

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

Re: svn platform dependence

Posted by Anoop kumar V <an...@gmail.com>.
Thanks - but under "CollabNet Subversion Command Line *Client *for Sun
Solaris 10 (SPARC)" it says:

"*Pre-requisite*: you need *administrative privileges* to install and
uninstall CollabNet Subversion"

Is that correct - do I need admin privileges to install just the client?

Thanks,
Anoop


On Sat, Mar 29, 2008 at 10:45 PM, Sivakumar Gopalan <si...@collab.net>
wrote:

>  Binaries for both svn client and server are available. Hope this helps:
>
> *http://downloads.open.collab.net/collabnet-subversion.html*
>
>
>  ------------------------------
>
> *From:* Anoop kumar V [mailto:anoopkumarv@gmail.com]
> *Sent:* Sunday, March 30, 2008 7:30 AM
> *To:* users@subversion.tigris.org
> *Subject:* svn platform dependence
>
>
>
> Probably a very dumb question - Is subversion, the client version (at
> least) platform independent?
>
> The reason I ask is that I have a solaris intel box and could compile and
> build the svn client from the source. Then I realized that the destination
> where I want to install the client is actually solaris sparc (not intel -
> but same version etc). I cannot build on the solaris sparc machine because I
> cannot install things like gcc, cc etc., and I do not have root access. Also
> I do not have a sparc machine. Virtualization was an option, but after much
> mistrials I do not want to try that more - my intel machine cannot do
> hardware virtualization etc etc..
>
> So is there someway I can use the intel svn client on sparc - or is there
> a converter? Or better still can somebody who has a sparc machine build one
> for me - I would be most grateful!
>
> Thanks,
>

RE: svn platform dependence

Posted by Sivakumar Gopalan <si...@collab.net>.
Binaries for both svn client and server are available. Hope this helps:

http://downloads.open.collab.net/collabnet-subversion.html

 

________________________________

From: Anoop kumar V [mailto:anoopkumarv@gmail.com] 
Sent: Sunday, March 30, 2008 7:30 AM
To: users@subversion.tigris.org
Subject: svn platform dependence

 

Probably a very dumb question - Is subversion, the client version (at
least) platform independent?

The reason I ask is that I have a solaris intel box and could compile
and build the svn client from the source. Then I realized that the
destination where I want to install the client is actually solaris sparc
(not intel - but same version etc). I cannot build on the solaris sparc
machine because I cannot install things like gcc, cc etc., and I do not
have root access. Also I do not have a sparc machine. Virtualization was
an option, but after much mistrials I do not want to try that more - my
intel machine cannot do hardware virtualization etc etc..

So is there someway I can use the intel svn client on sparc - or is
there a converter? Or better still can somebody who has a sparc machine
build one for me - I would be most grateful!

Thanks,