Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
How to svn on bluehost
PatParslow
follow
1
2-27-2008 12:32 PM
2689 views
tags:
svn
,
bluehost
,
hoeto
PatParslow
says:
except for one small issue if you are on a 64 bit OS which will be the subject of my next clip
3 Comments
|
Add a Comment
3-6-2008
8:30 AM
ear-fung_us
Pat,
This does, indeed, work for 64 bit oses.
The left column of my bluehost login page shows this:
Architecture: x86_64
Operating system: Linux
So, there you go. Works perfectly on my host with svn+ssh://
3-6-2008
10:15 AM
PatParslow
Was that with or without the change of libraries for 64 bit? To get mine working I needed to use the method in
http://clipmarks.com/clipmark/4706BD60-601D-49AF-94EF-178A9554322F
/
3-7-2008
2:45 PM
pcal43
thanks - this was very helpful
Login
to Comment. Not a member yet?
Sign up
Today's Top Clips
Elderly Who Forget Age Remember Better
One year in 40 seconds
Navajo Code Talkers break silence for Veterans Day
Congratulations shaor
8 Stay young foods
The hazards of driving in East Tennessee
World's first all-glass underwater restaurant has amazing views
Is the Large Hadron Collidar Being Sabotaged by the Future?
You Are Beautiful – mural project, South Side Chicago
Heartbreaking: Fort Hood soldiers remembered, in pictures (21 images)
visit the
Top Clips page
View the Top Clips from
February 27, 2008
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://www.clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/350010fc-1eb3-47b1-9af9-f1e1bc490eda/30BA44F6-EA2B-4A10-9093-131841C4FC25/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/" href="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/" style="font-size: 11px;">www.ear-fung.us</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>mkdir ~/src<BR />cd ~/src</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>wget http://subversion.tigris.org/downloads/subversion-deps-1.4.6.tar.gz</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>tar -xzvf subversion-deps-1.4.6.tar.gz</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>cd subversion-deps-1.4.6</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>cd apr<BR /> ./configure –prefix=$HOME<BR />make; make install</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>cd apr-util<BR /> ./configure –prefix=$HOME –with-apr=$HOME<BR />make; make install</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>cd neon<BR /> ./configure –enable-shared –prefix=$HOME<BR /> make; make install</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>cd ~/src<BR />rm -rf *</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>wget http://subversion.tigris.org/downloads/subversion-1.4.6.tar.gz</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>tar -xzvf subversion-1.4.6.tar.gz<BR /> cd subversion-1.4.6</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>./configure --prefix=$HOME --without-berkeley-db --with-zlib --with-ssl --with-neon=$HOME<BR />make; make install</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>vi ~/.bashrc</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>i<BR /> PATH=$PATH:$HOME/bin</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>:wq</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/"><CODE>mkdir ~/repos<BR /> cd repos<BR /> svnadmin create project_name</CODE></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/30BA44F6-EA2B-4A10-9093-131841C4FC25/blog/" title="blog or email this clip"><img src="http://content9.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
New from the makers of Clipmarks:
Amplify.com - Don't just share the news...Amplify it!
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Copyright
Privacy
EULA
OK