Re: subversion 1.14.0 : svn list command takes more time to execute in windows 2012, 2016

2022-08-13 Thread Branko Čibej
h 32 bit & 64 bit binaries are generated. There is no difference in performance in executing the svn list command as explained above. Depending on how your machine is configured, resolving the name 'localhost' could involve a DNS lookup, which (again, depending how your network is c

Re: subversion 1.14.0 : svn list command takes more time to execute in windows 2012, 2016

2022-08-12 Thread Anders Munch
Sriharsha wrote: ? Hi Subversion Team, That is an inaccurate way to address the SVN users on this mailing list. ? There is time delay in executing the command: ? Whereas with the same binaries, if we execute it in windows 2019. It is much faster. Could be an IPv6/IPv4 network thing: Somet

subversion 1.14.0 : svn list command takes more time to execute in windows 2012, 2016

2022-08-12 Thread Channakeshavala, Sriharsha
endent libraries: 1. Expat 2.4.8 2. Zlib 1.2.12 3. Sqlite 3.39.0100 4. Apr 1.7.0 5. apr-util 1.6.1 6. apr-iconv 1.2.2 Compilation Machine details: Windows 2016 Visual studio 2015 Both 32 bit & 64 bit binaries are generated. There is no difference in performance in executing

Re: svn list gives E160016 error on a specific URL

2015-04-10 Thread Andreas Stieger
Hi, On 10/04/15 22:31, Olivier Sannier wrote: > svn list --non-interactive > https://github.com/project-jedi/jcl/trunk/jcl@HEAD [...] > svn: E160016: Can't get entries of non-directory > > That's very strange because "jcl" is a folder. You are running the cl

svn list gives E160016 error on a specific URL

2015-04-10 Thread Olivier Sannier
Hello, I'm trying to use SVN on Windows to connect to the SVN interface of a GitHub repository as it's much easier to integrate in my overall setup. Using SVN 1.6.16 (CollabNet build), I was able to issue this command successfully: svn list --non-interactive https://github.com/pr

RE: svn list support for listing directory entries only

2014-05-05 Thread Bert Huijben
Subject: Re: svn list support for listing directory entries only > The "depth" parameter is used in many places, not just in "svn list"; > whatever enhancement you come up with must at least fit the other uses. Depth > was invented to describe sparse working copie

Re: svn list support for listing directory entries only

2014-05-05 Thread Dan Ellis
> > > > The "depth" parameter is used in many places, not just in "svn list"; whatever enhancement you come up with must at least fit the other uses. Depth was invented to describe sparse working copies, and was only later adapted to other commands. For sparse worki

Re: svn list support for listing directory entries only

2014-05-04 Thread Branko Čibej
are against (or don't see enough need) to > implement this, would there be any advise on how to accomplish this > with a patch? Is there in inherent limitation to the server protocol > that makes a request like this simply unworkable? The "depth" parameter is used in many pl

Re: svn list support for listing directory entries only

2014-05-03 Thread Ryan Schmidt
On May 3, 2014, at 22:32, Ryan Schmidt wrote: > On May 3, 2014, at 21:25, Dan Ellis wrote: > >> Its really a performance concern. We need to do this fairly regularly on a >> large repository (over a WAN I might add) and asking the server for all >> files and directories when we really only ne

Re: svn list support for listing directory entries only

2014-05-03 Thread Ryan Schmidt
On May 3, 2014, at 21:25, Dan Ellis wrote: > Its really a performance concern. We need to do this fairly regularly on a > large repository (over a WAN I might add) and asking the server for all files > and directories when we really only need a directory listing is really a huge > time sink (

Re: svn list support for listing directory entries only

2014-05-03 Thread Dan Ellis
On Sat, May 3, 2014 at 7:16 PM, Ryan Schmidt wrote: > > On May 3, 2014, at 20:13, Dan Ellis wrote: > > > The svn command line list command currently accepts --depth arguments of > files, infinity, and immediates (and empty, but that is really a no-op). > I'm in need of being able to list directo

Re: svn list support for listing directory entries only

2014-05-03 Thread Ryan Schmidt
On May 3, 2014, at 20:13, Dan Ellis wrote: > The svn command line list command currently accepts --depth arguments of > files, infinity, and immediates (and empty, but that is really a no-op). I'm > in need of being able to list directory entries only in a repository, but I'm > not sure there

svn list support for listing directory entries only

2014-05-03 Thread Dan Ellis
Hi, The svn command line list command currently accepts --depth arguments of files, infinity, and immediates (and empty, but that is really a no-op). I'm in need of being able to list directory entries only in a repository, but I'm not sure there is any good way to accomplish that as-is. I've se

Re: Question: svn list command

2013-02-20 Thread C M
But that means I have to create a working copy. I don't necessarily want to do that if all I am looking for is a directory listing. On Wed, Feb 20, 2013 at 11:06 AM, Geoff Hoffman wrote: > > > On Wed, Feb 20, 2013 at 10:02 AM, C M wrote: > >> The "svn list"

Re: Question: svn list command

2013-02-20 Thread Philip Martin
C M writes: > The "svn list" command does not list directory entries if they are > svn:externals. > > Assuming this is by design, is there a way for it list externals also? The Subversion 1.8, the next release, currently has $ svn ls http://localhost/repo --include

Re: Question: svn list command

2013-02-20 Thread Geoff Hoffman
On Wed, Feb 20, 2013 at 10:02 AM, C M wrote: > The "svn list" command does not list directory entries if they are > svn:externals. > > Assuming this is by design, is there a way for it list externals also? > cd into the local directory defined by your exte

Question: svn list command

2013-02-20 Thread C M
The "svn list" command does not list directory entries if they are svn:externals. Assuming this is by design, is there a way for it list externals also?

Re: svn list not supporting svn:externals

2012-05-25 Thread Daniel Shahaf
Jie Zhang wrote on Fri, May 25, 2012 at 11:17:14 -0400: > Hi, > > Someone already raised this issue: > > http://svn.haxx.se/users/archive-2009-08/0433.shtml > > How difficult will it be to implement it? If it's not hard, I can see > if I can get it done. Thank you. > It would be pretty easy to

svn list not supporting svn:externals

2012-05-25 Thread Jie Zhang
Hi, Someone already raised this issue: http://svn.haxx.se/users/archive-2009-08/0433.shtml How difficult will it be to implement it? If it's not hard, I can see if I can get it done. Thank you. Jie

RE: SvnAnt: equivalent to "svn list $repo_url" ?

2010-11-10 Thread Ludwig, Michael
Moved to the Subclipse forum: http://svn.haxx.se/subusers/archive-2010-11/0006.shtml

SvnAnt: equivalent to "svn list $repo_url" ?

2010-11-09 Thread Ludwig, Michael
Using "svn list svn://svnsrv/bla/blub", I can browse the repository. Can I do the equivalent using SvnAnt? http://subclipse.tigris.org/svnant.html The "list" (or "ls") command is missing from the SvnAnt task list. The Svn selectors (like ) are documented to work

Re: Inconsistency between "svn list" and "svn checkout"

2010-09-14 Thread Sidewinder_GER
Hi, Am 13.09.2010 23:46, schrieb Daniel Shahaf: >> I would expect "svn list" to work in very much the same way than "svn >> checkout", which means that it should continue to run and show me the >> contents of the "3_public" subdirectory. > >

Re: Inconsistency between "svn list" and "svn checkout"

2010-09-13 Thread Daniel Shahaf
Sidewinder_GER wrote on Mon, Sep 13, 2010 at 22:53:11 +0200: > When an "unprivileged" user performs an "svn list" on the repository, > the following happens: > >> svn list --verbose --recursive svn://server/repository > 1 user

Inconsistency between "svn list" and "svn checkout"

2010-09-13 Thread Sidewinder_GER
Hi, according to the documentation, the "svn list" command should "list each TARGET file and the contents of each TARGET directory as they exist in the repository." However I think this is not true for repositories with path-based authorization. I have a repository with vario

Re: question on svn list

2010-08-30 Thread Ryan Schmidt
On Aug 30, 2010, at 16:19, Charles Li wrote: > windows server 2003 > repoository root -> e:\svn\repos > cotsvn points to e:\svn\repos > > repositories: -> e:\svn\repos\fms and e:\svn\repos\hrms > > when I try to do a svn list on the root node, I only get: > >

question on svn list

2010-08-30 Thread Charles Li
windows server 2003 repoository root -> e:\svn\repos cotsvn points to e:\svn\repos repositories: -> e:\svn\repos\fms and e:\svn\repos\hrms when I try to do a svn list on the root node, I only get: C:\Program Files\SlikSvn\bin>svn list https://cothubt1.com:7580/cotsvn/ svn: OPTIONS

svn list

2010-03-10 Thread Arley Consuegra Rosello
Hello. How I can get the list of directory in the repo with the 'function list(...)' . . . SVNClient cliente = new SVNClient(); cliente.list("url_repo", Revision.HEAD, Revision.HEAD, int, int, bool, ListCallback); . . .

Re: Usage for svn list

2010-02-02 Thread Ryan Schmidt
On Feb 2, 2010, at 09:07, Tim Landscheidt wrote: > Ryan Schmidt wrote: > >> $ svn log -r '{2010-01-01}' --limit 1 -q \ >> http://svn.macosforge.org/repository/macports >> >> r62218 | portin...@macports.org | 2009-12-31 18:5

Re: Usage for svn list

2010-02-02 Thread Tim Landscheidt
Ryan Schmidt wrote: >> Anyhow, is there a "proper" way to deduce a revision num- >> ber from a date for a given path? At the moment (I'm brows- >> ing the output of cvs2svn to see if the repository has been >> converted correctly), I use "svn log --verbose" on the >> trunk. > Yes, you can use "s

Re: Usage for svn list

2010-01-27 Thread Ryan Schmidt
On Jan 26, 2010, at 11:19, Tim Landscheidt wrote: > Anyhow, is there a "proper" way to deduce a revision num- > ber from a date for a given path? At the moment (I'm brows- > ing the output of cvs2svn to see if the repository has been > converted correctly), I use "svn log --verbose" on the > trunk

Re: Usage for svn list

2010-01-26 Thread Tim Landscheidt
ified path at the specified revision. So > svn list -r2 file:///var/tmp/svn-repo/a...@r4 > translates to "show me the list in revision 2 for the directory that's named > "a" in revision 4. Peg revisions can be implied and usually default to "BASE" > w

Re: Usage for svn list

2010-01-26 Thread Ryan Schmidt
On Jan 26, 2010, at 03:48, Felix Gilcher wrote: > On Jan 26, 2010, at 2:26 AM, Tim Landscheidt wrote: > >> [snip] Is there a way to express the '-r {DATE}' syntax >> with the "@" suffix? "@{2009-01-01}" seems to be ignored: > > [snip] A peg revision must be a revision number and cannot be a date

Re: Usage for svn list

2010-01-26 Thread Felix Gilcher
n. So svn list -r2 file:///var/tmp/svn-repo/a...@r4 translates to "show me the list in revision 2 for the directory that's named "a" in revision 4. Peg revisions can be implied and usually default to "BASE" which is the working copy revision. A peg revision must be

Usage for svn list

2010-01-25 Thread Tim Landscheidt
Hi, I'm a bit baffled by the following behaviour on a small test repository where in r2 the directory a and file a/b exist and are deleted in HEAD/r4: | [...@passepartout ~]$ svn --version | svn, version 1.6.6 (r40053) |compiled Nov 8 2009, 13:09:20 | [...] | [...@passepartout ~]$ svn