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
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,
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
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
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