On 12/11/06, Ace Mark Gella <[EMAIL PROTECTED]> wrote:
right now I am trying to create a repository thru SVN for a web server, dd2 nko gibutang sa /fs/area/apache/htdocs ang akong repository, under a folder 'Test'... so this folder is under version control sa svn.... i did this one aron unta igo n lng namo i.commit ang changes then see the changes when we access the page, http://localserver/Test...
AFAIK, you only have metadata on your repository. If you want to see your changes you either "update" your working copy or "export" the code from the repository.
but this didnt work... i was told n dapat i.manual cya ug export sa /Test n folder aron mo.reflect ang changes, which i did using cron jobs, updating every 2 mins. but it seems this will add up some problems sa load sa localserver namo...
I don't know how you're doing it. But the workflow we used was this... 1. Check out a working copy from the repository of your source code to your workstation 2. Code, edit, debug, test your changes on your workstation 3. Commit your changes to the Subversion repository 4. Go to your web server 5. Update your working copy on the web server (it may also be better to do an "export" here so you get a "clean" copy without the .svn directories) -- Matt Arnilo S. Baluyos <[EMAIL PROTECTED]> http://del.icio.us/mbaluyos v3sw3CH+Rhw2ln5pr6OPck5ma7u5Lw5Xm+7l7CRi2e6t5Xb7Oen4g5aIs4r3p6 hackerkey.com gpg --keyserver pgp.mit.edu --recv-keys 171CD03E _________________________________________________ Kagay-Anon Linux Users' Group (KLUG) Mailing List [email protected] (http://cdo.linux.org.ph) Searchable Archives: http://archives.free.net.ph
