axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Re: debugging


From: Ralf Hemmecke
Subject: Re: [Axiom-developer] Re: debugging
Date: Sun, 08 Jul 2007 22:49:50 +0200
User-agent: Thunderbird 2.0.0.4 (X11/20070604)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]