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

Feature Request: svn ls --no-ignore-externals

From: John E. Bossom <John.Bossom_at_ca.ibm.com>
Date: Thu, 20 Aug 2009 06:08:46 -0700 (PDT)

The list subcommand is excellent for writing scripts over the set of files/directories as listed in the repository, without having to fetch the source. I have been experimenting with using svn:externals leveraging the '^' syntax for describing logical views of my repository. (I discovered that if you are careful, a single commit will handle all the externals if they are from the same repository). However, I discovered that the svn list subcommand has no option for walking the externals. I think this would be a really useful feature - to be able to list what would be checked out or exported without having to actually do it.
Introducing an option such as --no-ignore-externals would allow the default for svn list to remain the same, but still allow the option to walk the externals.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2385612
Received on 2009-08-20 15:30:00 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.