On Thu, Nov 11, 2010 at 5:17 AM, Johan Corveleyn wrote:
> So, as far as I'm concerned, I think you can file this as a new
> feature request in the issue tracker (maybe first search for any
> similar outstanding requests).
Filed the bug here:
http://subversion.tigris.org/issues/show_bug.cgi?id=3
On Wed, Nov 10, 2010 at 3:10 PM, San Martino wrote:
> Is there a way with one command to sparse-checkout al the elements
> of the path to file1.txt (included) but no more than those elements ?
See the following thread:
http://mail-archives.apache.org/mod_mbox/subversion-users/201011.mbox/%3caan
On Wed, Nov 10, 2010 at 8:41 AM, Daniel Shahaf wrote:
> Sounds useful to me.
I've submitted the feature request:
http://subversion.tigris.org/issues/show_bug.cgi?id=3748
Thanks,
Klaus
On Wed, Nov 10, 2010 at 12:19 PM, Feldhacker, Chris
wrote:
> I think you want the "--ignore-ancestry" option:
svn log does not support that option.
On Wed, Nov 10, 2010 at 12:09 PM, Ryan Schmidt
wrote:
> Are you sure? I think what the others are trying to tell you is that the
> repository does not store this information, so there is not a way that any
> client could return this information to you without doing an exhaustive
> search.
I k
On Wed, Nov 10, 2010 at 11:48 AM, Les Mikesell wrote:
> If something is deleted and recreated there is no history connecting them
> even if those things have the same name, so what you are asking for doesn't
> really exist. Maybe you could 'svn log -v' a parent or the top level of the
> repo and
On Wed, Nov 10, 2010 at 11:32 AM, David Weintraub wrote:
> You want the entire history of a file called "bar.java" in the path
> /foo/bar/barfoo from revision #1 to the current revision -- even
> though it isn't the same bar.java at that location?
>
> Is this correct?
Yes, that is correct.
Hello,
I originally asked this question on stackoverflow:
http://stackoverflow.com/questions/4140377/svn-log-of-a-fixed-path-across-copies-and-moves
Nobody seems to have a good solution to getting the history of a
specific path across all objects that ever lived in that path. I've
been trying t
Hello,
I have a simple feature request for the svn update command, so I'd
like some feedback on the utility of this feature. In the past, I've
wanted to perform a sparse checkout of several different parts of a
repository, so I've started by checking out the root using
--depth=empty:
svn co --de