Re: AW: How to find out the rev number where a file was deleted?

2010-11-27 Thread Stephen Connolly
Have you considered doing a binary search to find the revision that it was deleted in? svn ls .../t...@2 Exists svn ls .../t...@head No such file in revision 50002 svn ls .../t...@25002 Exists svn ls .../t...@37502 No such file svn ls .../t...@31252 Exists, etc You'll get the revision in at most

Re: AW: How to find out the rev number where a file was deleted?

2010-11-27 Thread Andrey Repin
Greetings, Les Mikesell! >>> The change for that rev happened in the directory above. >> >> I'm looking for directory already, as file history would not show me the >> necessary data. Dunno why... is it hard to track file from PEG revision to >> first operative revision and print out the logs for

Re: AW: How to find out the rev number where a file was deleted?

2010-11-27 Thread Les Mikesell
On 11/27/10 9:06 PM, Andrey Repin wrote: The change for that rev happened in the directory above. I'm looking for directory already, as file history would not show me the necessary data. Dunno why... is it hard to track file from PEG revision to first operative revision and print out the logs

Re: AW: How to find out the rev number where a file was deleted?

2010-11-27 Thread Andrey Repin
Greetings, Les Mikesell! >>> The deletion should show in an 'svn log -v' of the directory where the file >>> was >>> deleted. >> >> That directory was deleted as well. As well, at unknown revision. Multiple >> times. >> >> The question is not that we can work around the issue, the question is, w

Re: AW: How to find out the rev number where a file was deleted?

2010-11-27 Thread Les Mikesell
On 11/27/10 3:59 PM, Andrey Repin wrote: Greetings, Les Mikesell! thanks for having responded. Can I file a feature request for that in the issue tracker, what do you think? @Ryan: Of course with a peg rev I can log that single rev. But the rev number of that rev is that what we are looking fo

Re: AW: How to find out the rev number where a file was deleted?

2010-11-27 Thread Andrey Repin
Greetings, Les Mikesell! >> thanks for having responded. >> Can I file a feature request for that in the issue tracker, >> what do you think? >> >> @Ryan: Of course with a peg rev I can log that single rev. But the >> rev number of that rev is that what we are looking for! To find out >> this rev

RE: How to find out the rev number where a file was deleted?

2010-11-27 Thread Edward Ned Harvey
> From: Les Mikesell [mailto:lesmikes...@gmail.com] > > I think a delete doesn't appear in a file's history - the file just no longer > appears in subsequent revisions. However a delete is a change in the > containing > directory. Does 'svn log -v' on the directory above show the changes in the

Re: AW: How to find out the rev number where a file was deleted?

2010-11-27 Thread Les Mikesell
On 11/27/10 6:42 AM, Paul Maier wrote: Hi Edward, thanks for having responded. Can I file a feature request for that in the issue tracker, what do you think? @Ryan: Of course with a peg rev I can log that single rev. But the rev number of that rev is that what we are looking for! To find out th

Re: How to find out the rev number where a file was deleted?

2010-11-27 Thread Les Mikesell
On 11/27/10 7:31 AM, Edward Ned Harvey wrote: From: Edward Ned Harvey [mailto:s...@nedharvey.com] Complete details follow, but this is the relevant part. A file named foo was deleted in rev 4. It seems, if I svn log f...@3, and I specify -r 0:head, then I should get the complete history of tha

RE: How to find out the rev number where a file was deleted?

2010-11-27 Thread Edward Ned Harvey
> From: Edward Ned Harvey [mailto:s...@nedharvey.com] > > Complete details follow, but this is the relevant part. A file named foo > was deleted in rev 4. It seems, if I svn log f...@3, and I specify -r > 0:head, then I should get the complete history of that file, even for revs > higher than 3.

RE: How to find out the rev number where a file was deleted?

2010-11-27 Thread Edward Ned Harvey
> From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] > > Certainly not if you use an operative revision. You would need to use a peg > revision for that. The book explains the difference between the two. > > http://svnbook.red-bean.com/nightly/en/svn.advanced.pegrevs.html This does expl

AW: How to find out the rev number where a file was deleted?

2010-11-27 Thread Paul Maier
Hi Edward, thanks for having responded. Can I file a feature request for that in the issue tracker, what do you think? @Ryan: Of course with a peg rev I can log that single rev. But the rev number of that rev is that what we are looking for! To find out this rev number, we want to use an earlie

AW: What is the scenario for this warning?

2010-11-27 Thread Paul Maier
Hi Daniel, thanks for the explanation. I don't understand the part with the recursion: The mergeinfo is stored in the property svn:mergeinfo in the directory. When I copy this directory from WC to a new directory in WC, will the property svn:mergeinfo be set in the copy? Thanks. Paul. > --