On Fri, 2005-02-11 at 11:19 +0000, Chris Jefferson wrote: > Daniel Berlin wrote: > > > As the help page says, feel free to try things. > > Please ask me (either email or irc) if you need help. > > However, the very well written book at http://svnbook.red-bean.com/1.1 > > probably also has the answers (such as what the status flags mean, etc) > > > > I thought I'd email this rather than put it on the mailing list, as > hopefully it's easy to get around (I can't use irc...) > > I work on the libstdcxx_so_7-branch. This includes only a copy of the > libstdc++-v3 directory. As CVS is quite stupid about directories, on CVS > I could just check out gcc branch and the libstdc++-v3 from > libstdcxx_so_7 and pop the new libstdc++-v3 into gcc's directory and > everything would work fine(ish). > > It's not clear to me what the best way of working with libstdcxx_so_7 is > going to be in svn. Any suggestions? > (i've copied this back to the mailing list, since it is probably useful for others to know. I believe the svnhelp page on the wiki has this info on it as well. Hopefully, you don't mind :P)
Easy enough. svn co the trunk of gcc (svn co svn://svn.toolchain.org/svn/gcc co trunk) go to the libstdc++-v3 directory of the trunk. type "svn switch svn://svn.toolchain.org/svn/gcc/branches/libstdcxx_so_7-branch/libstdc+ +-v3 ." It will switch that part of your working copy to the libstdcxx_so_7 branch. svn is happy to let you have working copies that are mixed from various branches, and update will update each part of the working copy approriately. > Thank you, > > Chris