[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Updating to repository, Not to SITE

From: Bruce Webber <brucewebber_at_fastmail.us>
Date: 2005-12-08 19:41:02 CET

--"King, Rogie" <RoKing@carroll.edu> wrote:

> I have SVN installed on my server. I just started working here and I
> have two issues:
>
> When I do an SVN commit from either Tortoise SVN or Smart SVN, the log
> emails say the file is committed, but is NOT written to the server
> repository, therefore my site reflects no changes.

I'm not clear on how you have things set up, but I assume you have an
Subversion repository, a working copy of your code (perhaps on your PC),
and a directory on a server (perhaps this is a web site).

> If I checkout the repository to a new folder, it downloads the new
> commits. I have no doubt that the SVN repository is updating, but the
> files never get to the main server.

Unless you've written a post-commit hook script, the files will not
automatically get copied to your server directory (what I assume is the web
site). You could make the server directory a working copy and do an update
manually to get the changes, or have a post-commit hook do the update
automatically. See:

<http://subversion.tigris.org/faq.html#website-auto-update>

-- 
Bruce Webber
brucewebber@fastmail.us
http://brucewebber.us
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 8 21:48:16 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.