SVN Repositories

A place for users and developers of the Xataface to discuss and receive support.

SVN Repositories

Postby wisni1rr » Thu Mar 08, 2012 1:32 pm

Can someone give me an overview on how to set up updates with the SVN Repositories?
wisni1rr
 
Posts: 107
Joined: Mon Feb 13, 2012 9:03 pm

Re: SVN Repositories

Postby shannah » Thu Mar 08, 2012 1:49 pm

What operating system do you use? OS X has subversion built-in (and linux you can install easily by package manager). Windows has a number of subversion clients that you can install and use, but I'm not very familiar with any of them (I use OS X and Linux generally).

On OS X, you just open a Terminal window, navigate to the directory where you want xataface to be placed and type:
Code: Select all
svn co http://weblite.ca/svn/dataface/core/branches/1.3.x xataface-1.3.x

(to check it out in a directory named xataface-1.3.x)
(Note "co" is just short for "checkout")

Then any time you want to update to the latest, just open the terminal, navigate tot he xataface-1.3.x directory and type:
Code: Select all
svn update


That's it.
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm

Re: SVN Repositories

Postby wisni1rr » Thu Mar 08, 2012 1:56 pm

Forgive me, I am new to the web environment. I am using a webhost that is running Linux with cPanel X.

From what I can tell, I cannot access a terminal window. Is this something I could handle with a Cron Job?
wisni1rr
 
Posts: 107
Joined: Mon Feb 13, 2012 9:03 pm

Re: SVN Repositories

Postby shannah » Thu Mar 08, 2012 2:02 pm

If you don't have shell access then you probably can't use SVN on your host. You could check things out on your own machine with SVN then upload them to your host.

Personally I find it very limiting when my host doesn't provide me with SSH and SVN access. Many hosts do not. But there are enough around that do offer it that I generally don't have to deal with the dark ages of FTP at all anymore.
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 11 guests

Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved