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

Re: svn list problem

From: John Peacock <john.peacock_at_havurah-software.org>
Date: 2007-11-12 16:38:19 CET

Virginie Trinite wrote:
> #now test svn
> svn add test
> svn commit -m "a test"

svn up

> cd ..
> svn list reproot
> #svn tell nothing
> svn list file://$DIR/server/reproot
> #now test is present in the output of svn

You didn't update the working copy before trying to list the contents.
Committing doesn't automatically update the working copy (even the
current directory):

        http://subversion.tigris.org/faq.html#hidden-log

HTH

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 12 16:38:49 2007

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.