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

Re: svn list is not showing a file

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-06-02 19:33:16 CEST

On 6/2/06, Kamaraju Kusumanchi <raju.mailinglists@gmail.com> wrote:
> I added a file using
>
> svn add continuity.F90
>
> command. Then I commited that file after sometime. But in the working
> repository when I do
>
> $svn list . | grep -sir continuity
>
> svn list .
>
> I do not see this file. What could be the reason?

Running 'svn list .' will list the version of that directory in the
repository at the revision that directory is on. So if you added a
file and committed it in r10, the directory that file is in will still
be in a previous revision, so your list won't see it. If you run
update first it will. See the various FAQs on mixed-revision working
copies.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 2 19:37:32 2006

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.