Re: How to get all versions of a file? (incl. branches)

2012-01-08 Thread Karl Krach
On 01/08/2012 09:43 AM, Johan Corveleyn wrote: > In SVN's current implementation, no record is kept of > "copyto" information. Thanks Johan. But since there is only a recommendation to create your branches at ^/branches you could never list all branches (except with browsing the full log, which is

How to get all versions of a file? (incl. branches)

2012-01-08 Thread Karl Krach
Hello, I ve created a feature branch with "svn copy" and committed some content. Afterwards I "merge --reintegrated" this feature branch to the trunk and deleted it. In the future, when I do a "svn list ^/branches" this branch is one - of course, since it's deleted. 1) How can I list all files,

Re: Cannot get log of deleted branch by URL

2012-01-08 Thread Karl Krach
On 01/07/2012 11:26 PM, Ryan Schmidt wrote: > you must use a peg revision to specify a revision in which it still existed Ryan, this works for the command line, thx! $ svn log -r13 \ svn://localhost/testproject/branches/work_route/hugo.txt@13

Cannot get log of deleted branch by URL

2012-01-07 Thread Karl Krach
Hello, I ve created a feature branch with "svn copy" and committed some content. Afterwards I "merge --reintegrated" this feature branch to the trunk and deleted it. After the branch was deleted, I wasn't able to get the log of this feature branch by URL. I had to check-out the repository at a re

Re: linux subversion checkout hangs since server was virtualized

2011-02-10 Thread Karl Krach
Jörg Buchberger joerg-buchberger.de> writes: > > First of all, thanks for the quick response. > > Hmm, perhaps I should mention that the server is windoze (2003) and that > this is not a normal apache setup but visualsvnserver (2.1.5) - however, > I tried both - ordinary apache setup and visuals