Nov 21, 2009
Pages: 1, 2

Using Astahost As Svn Server, Possible?

free web hosting

Read Latest Entries..: (Post #14) by turbopowerdmaxsteel on Aug 11 2009, 05:37 AM.
I had to ask XistoSupport to install SVN. You could request the same. Although, I am unable to get SVN working remotely, either through the http/https protocols or svn/ssh+svn protocols.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion & Free Web Hosting > Computers & Tech > Internet and Websites

Using Astahost As Svn Server, Possible?

turbopowerdmaxsteel
Can I use Astahost as a repository for my project files? And if so, how do I do that? A beginner's guide to the process would be helpful as I am not that familiar with linux commands (I heard it requires Shell access).

Comment/Reply (w/o sign-up)

yordan
I'm not sure I understand what you name "a repository" for your files.
On which system will the people from your project work ?
If it's for your school, everything must be on your school server, and you can use your astahost account as backup server.
And a simple browser will give access to all your files, for display purposes.
And in order to be able to put your files from your school's PC to your astahost account, you only need to create a ftp username and password on your astahost account (keep your own cpanel password secret, don't give it to anybody.
And, of course, in order to do the job putting the files on your account server, you simply need a ftp client like portable Filezilla on your flashkey, you don't need to know Unix command-line things.

Comment/Reply (w/o sign-up)

turbopowerdmaxsteel
I have some Visual Studio Projects on which I work from home & office. As of now, I transfer the files in between the two using a pen drive. What I want is an online system where I can upload the changed files after I have worked on them and download them back on the other end. Another thing I need is the ability to store previous versions of the file. In short, astahost is to act as the server which stores the most recent copies of files for synchronization and version control management.

Subversion (SVN) seems to be the best option for this. But, I am at a loss on how to get it's server end working at astahost.

Edit: By Upload & Download I mean to be able to commit, rollback, update, etc - just like you have in CVS or other such tools.

Comment/Reply (w/o sign-up)

yordan
OK, now I understand what you want. And, of course, I understand the "command line" thing : most cvs users use it in command-line mode, and you need command-line access to your astahost account.

Comment/Reply (w/o sign-up)

Spencer
Command line, you confused me yordan. I suppose you are talking about accessing/editing file through command line? I have no idea using this on server, in fact I am searching for some articles on shell access to set up my chat bot on server.

turbopowerdmaxsteel, you wouldn't need shell access if its just file uploads and downloads. Anyway astahost gives you shell access. And yes, when you are sure that you have reliable good speed internet access both at home and office, then it would be much more easier to share files this way. There are many PHP scripts (I think you are going the linux way as you told) which have can do things you mentioned. Most of them are paid scripts, you can have a look at the features to see if this is what you wanted:
QUOTE



If paying is not an option, then you can go for free scripts, but they wouldn't offer all the features the paid ones have. At least I don't know of any such available for free. My suggestion is if you can manage the old files into folders systematically, kind of like CVS then you can use the free ones with basic functionality. Do let me know what you have in mind. I would be glad to help you.

 

 

 


Comment/Reply (w/o sign-up)

yordan
I was talking about the cvs command-line syntax, in order to add a file (or a folder), rollback things, and so on.
If I were not so lazy tonight, I would have a look for instance here : http://badgertronics.com/writings/cvs/command-line.html
or here : http://www.google.fr/search?hl=fr&q=cv...mp;aq=f&oq= laugh.gif

Comment/Reply (w/o sign-up)

turbopowerdmaxsteel
Thanks for the response, guys. I have a script to manage uploads/downloads of my own. But, I need to be able to commit, rollback, etc, the files from inside visual studio or any IDE that supports SVN. Visual SVN plugin integrates the client end of Subversion into Visual Studio. They provide a windows only server side implementation.

I tried OpenSVN which fulfills my needs, but is too slow (when uploading files) to use. Then there is Google's implementation of SVN and SourceForge. Both of which require that my projects be open source. So, they are out of the question too.

Comment/Reply (w/o sign-up)

yordan
QUOTE (turbopowerdmaxsteel @ Jul 4 2009, 03:12 AM) *
Both of which require that my projects be open source. So, they are out of the question too.

This is the first real question. What is your project ? Do you wish to sell the results of your project ? Do you have problem giving the sources for free ?
You know, that's the goal of the whole opensource thing : you use opensource tools, but the results have to be opensource.
If you want to do commercial business things, you have to buy commercial tools ! laugh.gif

Comment/Reply (w/o sign-up)

turbopowerdmaxsteel
I came across an article that describes how to setup subversion on a shared web host. Can you please go through the steps and let me know if this can be done successfully at astahost? If so, I would like to add SSH to my hosting plan. How do I do that? I can't find a way to do this via xistosupport.com.

Comment/Reply (w/o sign-up)

yordan
QUOTE (turbopowerdmaxsteel @ Jul 15 2009, 07:30 AM) *
I would like to add SSH to my hosting plan. How do I do that? I can't find a way to do this via xistosupport.com.

Simply open a ticket at Xistosupport, saying that you need ksh access to your account, and you will get it.

Comment/Reply (w/o sign-up)

Latest Entries

turbopowerdmaxsteel
I had to ask XistoSupport to install SVN. You could request the same. Although, I am unable to get SVN working remotely, either through the http/https protocols or svn/ssh+svn protocols.

Comment/Reply (w/o sign-up)

rpgsearcherz
Out of curiosity, your plan is to get a SVN server up on the normal (shared) web host, not on VPS or anything, right?

If so, I would love to know how to do it as well (assuming it is even possible).

Also, I am assuming if you could get SVN up and running then things like Teamspeak should be able to run as well...?

Comment/Reply (w/o sign-up)

turbopowerdmaxsteel
I submitted a ticket asking for KSH support to be enabled on my account, just like you said. After the payment, I believe SSH was enabled on my account. SSH & KSH are the same things, correct? Also, I used putty to create the repositories. Following my request, SVN was installed globally on the server. svn+ssh protocol seems to be working when I try it through putty. It is an issue with TortoiseSVN's customized plink which acts as an SSH tunnel.

Comment/Reply (w/o sign-up)

yordan
Your command line is using ssh, and you obviously received an ssh error message. So, first of all, verify that you have ssh access to your account.
Use a ssh client like putty, unless you already have installed ssh for windows on your PC.
And, as you said, you cannot access your repository from http, because you located the files where they cannot be reached from outside.
I would first try to re-install everything in a subfolder of your www directory, just for clarifying that you master the whole mechanism.
And you probably also have permission problems, the programs running have the permissions of the php engine, so don't put them where only you have access, and no access for the engines.

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : Astahost Svn Server

  1. Gmail For Mail Server. - Using gmail for mail server (11)
  2. Astahost Is Dead - Still trying to contact Admin (10)
    Dear AstaHost... I voted for you. Out of all the other candidates, I said "AstaHost is the
    smartest. I'll put them in charge of my website. They hold lots of promise." But since then,
    AstaHost, you've broken your election promise. Yes. Broken. Remember when you said...
    QUOTE(QpaQue @ Jan 24 2005, 12:39 AM) Unlike our competitors, WE DO NOT :- 5> Take long time to
    approve accounts. Well, I've been waiting for longer than a week now to get my account
    activated. Unlike other members, I read the rulebook. I contributed to have 30 credits well in advan...
  3. Mysql With My Own Server - few questions (4)
    Hi, I've only just joined the forum Can you link the mysql database here to your own website?
    If so how would I go about it Thanks =D...
  4. Astahost Vs. Trap 17 - (8)
    I know Astahost and Trap 17 both use Xisto in terms of Hosting. However, are there any differences
    between the two site in terms of web service, do the free hosting programs have any differences
    among them. Also, I used to be a member of Trap17 as I once had an old site there. It seems to me
    that their community is larger than the one here at Astahost, or at least more active. Is Astahost a
    newer service or something? Also, if there are no differences present between these two very similar
    websites than why are they seperate websites, wouldn't it benefit o merge the...
  5. Where Is The Control Panel In A Windows Hosting Server? - (3)
    Hi, does anyone knows the URL or port to access the control panel of a site hosted by a Windows
    Server. I have only used Unix Hosting Servers and the usually have cpanel and the URL to access it
    is usally www.domain.com/cpanel or www.domain.com:2082 I need to access this panel to create a
    database. Please Help. ...
  6. Free Flash Communication Server Host - (1)
    I need flash communication server to start a video chat on my website. Did you know any free flash
    communication server hosts? You can suggest some if you know or use them? /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> ...
  7. Free Mysql Server Sites - Give me some links ;) (9)
    I wonder if u guys know any free Mysql server hosts, if u do post the web adress here /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> ____________________
    Have a nice Summer...
  8. What Is Server Updation? - (1)
    Server Updation, a term heard quite often, be it during the Mobile Telecom Service Provider's
    GPRS woes or a hosting service's unavailability. I have a general idea of what might be going
    behind the scene, but could anybody elaborate on the exact technicalities involved in such an
    intricate process. Explanations pertaining to our own Astahost would be even more helpful....
  9. Server Side Includes - Alternative Method To This? - (3)
    Hi, is there an alternative method that's similar to Server Side Includes? I remember there was
    one but forgot what it's called. I need someone to help explain what SSI is because I think
    I'm using it but don't know if it's as simple as what I think it is. I use it mainly for
    repeating text on my site (like the copyright stuff on each page). Is there another purpose for it?
    Just asking because I'm going to switch web hosts soon and it looks like the plan I want does
    NOT include SSI support. The package plan includes PHP support but I have no idea ...
  10. Web Server Uplink Speed Is Very Slow - (2)
    I am running apache web server behind NetGear router. I can access all my documents with sufficient
    speed from all computers which are behind same router. . However, same server serves these
    documents very slow when I try to access it from somewhere outside. If I remove the router and plug
    in cable modem directly to my server, it has no problem. Could somebody please help me in this
    regard? -Aj...
  11. Free Secondary Dns/backup Name Server List - include features table (0)
    http://www.gamesaga.net/secondary_dns/ full features DNS service:SOA NS A CNAME MX AXFR PTR
    SRV Dynamic DNS You can enable Primary DNS service or Secondary DNS service If you use it as
    secondary dns, you should add them to you DNS List at your registar, and allow them get AXFR from
    your primary DNS server. ...
  12. How Do I Setup A Web Server? - Web server (14)
    I was wonder how i could set up a website from my house. I have a old Dell with a P2 that has been
    acting as file server for the last year. It runs windows XP Pro, and already has a copy Apache
    installed on it. I don't know if this would make a difference, but it's got about one
    Terabyte worth of space on it's four disks. Thanks in advance....
  13. Multiple Domains For Home Server - (4)
    In therory, my home server is setup just like a web hosting server. My user account has a web
    directory and yadda yadda. The only way to access it is http://mynetworkdomain/~username How do I
    get my user account to work with a domain (and it is going to be a cjb.net domain because I'm
    cheap like that, /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif"
    />) Thanks! F...
  14. How To Add An Image In Your Phpbb2 Forum Signature ? - I know how to do it on the astahost main forum, but how to do it in my (8)
    I know how to attach an image in my signature at the astahost main forum. I would like to know how
    to do it in my hosted phpbb2 forum, the one I created with fantastico. I tried simply put the same
    one with the same syntax, no image appears....
  15. Astahost Sites Directory - Brag about your website here! FOR FREE!! (4)
    I was wondering... wouldn't it be cool to have a little space with a sort of directory where
    anyone who wants the other members of astahost forums to visit their website could just post the
    address and a little reference of what it is about? I mean, it's quite difficult (as I've
    learned during my short career as a webmaster) to increase the traffic of our websites via search
    engines (those little spiders won't come to them). So why not advertise ourselves? It could
    just be forum or topic pinned on this or any other section of the site, or something like...
  16. Can't Run Any Local Server On This Pc - help on local servers! (0)
  17. Fedora 3: Trying To Setup Ftp/http Server - Adding users problem (2)
    I am helping on developing an Intranet for my school. We have a server with Fedora Core 3 installed
    and Apache. I got FTP working too but root access is denied as default. But we have a problem. We
    would like users to be able to have accounts for their pages, but we don't want to give root FTP
    access. When we go to http://SERVERIP/~account , we get an access denied page. Anyone have any
    tips? Thanks! F...
  18. 2 Servers, 1 Domain - Server Linking (6)
    Hey, Back when I was searching for a free webhost, I came across this one (name is obviously
    censored and replaced!) http://www.somewebhost.com But when I looked at their plans, they have 2
    servers for hosting. One is paid and the free one. But they have it like, box6.somewebhost.com and
    box7.somewebhost.com, but these are two totally different servers! I would like to know how you do
    this because when looking at Google IP addresses, the one that hosts Google.com is totally different
    than the one that hosts gmail.google.com. Thanks!...
  19. Why Is Astahost Loading Slow ? - (15)
    Hey Computing host is great btw: I use it. Anyway, I was wondering, both of my computers have a
    cable internet, and it moves awfully fast on most other sites. Then when I come here, everything
    seems to slow down. Things take longer to load than usual. Is the server slow, is it something I
    did, or what? This really only applies to the forum part of Astahost, everything else is fine....
  20. How Would You Rate Astahost? - (24)
    I have used a lot of different free webspace sites and I find that most of them are really stupid.
    How would you rate Astahost's free webhosting? I only ask because I don't want to waste my
    time with all of these form posting for a crappy webhost........
  21. Accessing The Ftp Server - Help Please (5)
    hello. i have a new web site. i just made it and i cant put any of my stuff on it. i have .htm
    files on my computer, and i know how to use my FTP program (Transmit). i know my password and
    username. i just cant figure out the server. i thought i knew it, but apparently not. the site
    (not up) is marginoferror.com. i thought it was ftp.marginoferror.com, i even tried all the other
    URL's they sent me in the e-mail. if anyone has any suggestions i could use them, thanks.
    Notice from vizskywalker: changed the title to better reflec...
  22. Setting Up A Web Server Computer At Home - (8)
    I want to know how, please show us. Also, present us with some different choices in Operating
    systems. e.g. Linux/Windows 2K,2K3, etc Show us how to set up the DNS server so that we could host
    web pages....
  23. Hosting Http Server Via Your Home Adsl Connection - ..on different routers/gateways & modems (1)
    For those who doesn't download much, why not let your computer host some things to share to the
    masses on the internet. It's a good way to learn about NATs, DNS, DMZ, firewalls, port routing,
    etc. Hey, I don't know **** about most of the acronyms there, would someone please teach/tell
    us what they really are, without having to refer to stacks of manuals and HOW-TOs and what nots.
    Those of you who knows which ports to enable HTTP request to go thru and assigning ports to HTTPD
    server IPs, please show us how (for all the modems and gateways available out the...
  24. Free Pops - How to use a POP server web-based mail (3)
    You have a Web-based mail and you'd like to download it?Now you can, with FreePops
    http://freepops.sourceforge.net/en/ it is release under GNU/GPL so you can also modify it, the only
    differenc between a on-line Pop3 servers is the config of the Client like Thunderbird or Mozilla o
    Outlook(..) The server is located in: localhost The port isn't the 110 but the 2000 Then put
    login name like this: nick@domain.xx The scripts provide different domain like @hotmail @yahoo, and
    if you want to create you own script extension's lang is LUA more info @ http://freep...



Looking for Using, Astahost, As, Svn, Server,, Possible?

See Also,

*SIMILAR VIDEOS*
Searching Video's for Using, Astahost, As, Svn, Server,, Possible?
advertisement



Using Astahost As Svn Server, Possible?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com