Andrew Haley <[EMAIL PROTECTED]> wrote: > It seems to be incredibly hard to find out which branch a file is on.
"svn info file". More typically, "snv info | grep URL" will tell you which branch was the current working copy pulled from. > [EMAIL PROTECTED] gcc-head-test]$ svn status --verbose ChangeLog > 105366 104478 mmitchel ChangeLog > > Now, I happen to know that this is gcc-4_0-branch, and presumably if I > make any changes and check it back in that's where the changes will > go. But "svn ls branches" says > > 105358 dberlin Oct 16 01:53 gcc-4_0-branch/ > > So, how on Earth do I go from "105366 104478" to gcc-4_0-branch ? Revisions and branches have nothing to do. It's not like CVS. -- Giovanni Bajo