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

RE: svn ls possible bug?

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: Wed, 19 Nov 2008 07:47:28 -0800

Well, since you did a url->url copy it did not update your wc with the
latest revision number. Ls uses the version of your working copy to do
the listing.

Do an update and then ls.

> -----Original Message-----
> From: omar_zakaria_at_agilent.com [mailto:omar_zakaria_at_agilent.com]
> Sent: Monday, November 17, 2008 7:22 PM
> To: users_at_subversion.tigris.org
> Subject: svn ls possible bug?
>
> Hey all.
> I'm running Subversion 1.5.1 on a RedHat EL 4 machine, and I've
come
> across something peculiar with the 'svn ls' command. The manual says
that
> 'svn ls' with no other parameters should query the directory listing
on
> the server, not locally, but I don't seem to see that behavior; all I
see
> are the local contents.
>
> For example:
>
> svn copy --parents http://eswww/svn/test.master.svn/trunk
> http://eswww/test.master.svn/tags/tag1 -m "Created branch1"
>
> This should create a tags directory and a tag1 directory at the root
of
> the repository. However, when I cd to the root and run ls, the output
is
> as follows:
>
> ozakaria_at_apasrv02:>svn ls
> branches/
> trunk/
>
> No "tag" directory. And yet, if I run the command with a URL, like so:
>
> ozakaria@apasrv02:>svn ls http://eswww/svn/test.master.svn/
> branches/
> tags/
> trunk/
>
> So: has anyone else seen this happen? I can't seem to find mention of
it
> in the bug tracker, though I realize I'm using an older version than
is
> currently out.
>
> --
> Omar Zakaria
> Agilent Technologies
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-19 16:48:01 CET

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.