On Thu, Feb 28, 2008 at 9:47 AM, euler <eulersaraiva_at_gmail.com> wrote:
> The directory c:\docs in the server is not a work copy, it is a final
> directory (all files are original).
There's your answer. There's no connection between that directory and
the repository, so it can't get updated.
c:\docs on the server needs to be a working copy so that you can run
svn update on it, or you'll need to Export to the directory each time
you have an update. But either way, it's not getting updated (without
a hook script for the repository).
>
> On 28 fev, 11:38, "Andy Levy" <andy.l..._at_gmail.com> wrote:
>
>
> > On Thu, Feb 28, 2008 at 9:32 AM, euler <eulersara..._at_gmail.com> wrote:
> > > Hi !
> > > I use a subversion version 1.4.6 and I have a question. In my server,
> > > I have a directory called c:\docs and in the subversion it is a
> > > repository named /svn/docs. In the other work station I create a
> > > directory c:\docs and do "checkout" using tortoisesvn. All updates are
> > > sending correctly to the server and commits too, however the base
> > > directory c:\docs in the server is not been updated. The subsersion
> > > database is updated normally but the files of the directory are not
> > > (in the server, the real directory). I try apply the svn update in
> > > this directory without success.
> >
> > Is c:\docs on the server a working copy, checked out from the right
> > location in the repository?
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr..._at_tortoisesvn.tigris.org
> > For additional commands, e-mail: users-h..._at_tortoisesvn.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-02-28 15:50:13 CET