Re: Getting files from folders outside of your repository versioned

2010-11-26 Thread Ryan Schmidt
On Nov 26, 2010, at 01:58, Ewgenij Sokolovski wrote: >> I believe he's thinking of "svnput" whose source is here: >> >> http://svn.apache.org/repos/asf/subversion/trunk/tools/examples/svnput.c >> >> Or you could probably write something equivalent using any of the language >> bindings. > > I lo

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

2010-11-26 Thread Paul Maier
Hello, I would appreciate advice for how to find out the rev number where a file was deleted or moved. I expected this command: svn log -v -r 1:head "file:///[...]/xx/a...@1" to show all revs including the deleting rev (as last shown rev), but that doesn't work. The command fails. Does anybo

What is the scenario for this warning?

2010-11-26 Thread Paul Maier
Hello! I'm used to "svn cp" within the same WC, everything seems to work fine. I just read this warning and now I wonder if this is relevant for my use case. svn help cp [...] WARNING: For compatibility with previous versions of Subversion, copies performed using two working copy paths (WC -> WC)

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

2010-11-26 Thread Edward Ned Harvey
> From: svn-u...@web.de [mailto:svn-u...@web.de] > > I would appreciate advice for how to find out the rev number where a file > was deleted or moved. > > I expected this command: > svn log -v -r 1:head "file:///[...]/xx/a...@1" Yeah. This is annoying. Once a file is deleted, I can't svn log i

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

2010-11-26 Thread Ryan Schmidt
On Nov 26, 2010, at 22:33, Edward Ned Harvey wrote: > Yeah. This is annoying. Once a file is deleted, I can't svn log it > anymore. Even if I specify a rev where the file existed. Certainly not if you use an operative revision. You would need to use a peg revision for that. The book explains

Re: What is the scenario for this warning?

2010-11-26 Thread Daniel Shahaf
I think the problem is: if a file inherits mergeinfo from somewhere above the wc root, then that mergeinfo won't be preserved in the copy target. In other words, svn will recurse to find a parent/ancestor from which mergeinfo is inherited only up to the wc root, but won't connect to the repository