SVN question
Tobias.Schlueter@Physik.Uni-Muenchen.DE
Tobias.Schlueter@Physik.Uni-Muenchen.DE
Fri Nov 11 17:22:00 GMT 2005
Quoting Jerry DeLisle <jvdelisle@verizon.net>:
> Is it true that one can create local branches so that you could work on
> multiple
> bugs without mixing patches.
No. There's a client which allows this, though. See
<http://gcc.gnu.org/wiki/SvkHelp>.
> I am thinking while I am waiting for review on one patch I could create a
> branch
> off my trunk and start working that patch separately so that diffs to the svn
> server don't show multiple patches on top of each other.
The simplistic solution for this problem would of course be to do 'svn diff >
patch; svn revert' and then only reapply that patch one's it's been approved.
- Tobi
More information about the Fortran
mailing list