If so, how to I update with svn?

Go to the top of your checked out tree (the one which still has a .svn subdirectory). Then say

svn update

That's it.

If you have locally changed your tree, svn does not override your changes but rather merges them with the newest code from the repository.

If you want to make sure that your tree is as the one in the repository say

svn update
svn revert -R .

Ralf


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to