I've started using subversion instead of csup to follow the 9-stable branche (and ports). Csup had a config file with a line that says which branch to follow. But I didn't find any file for subversion for this. I used:
to fetch the new src tree, and:
to update it.
So how does subversion know what branche I'm following when updating the tree?
Regards,
Marco
Code:
# svn checkout svn://svn.FreeBSD.org/base/stable/9 /usr/src
Code:
# svn update /usr/src
So how does subversion know what branche I'm following when updating the tree?
Regards,
Marco