Re: How to revert trunk to an earlier revision?

2020-10-22 Thread Bo Berglund
On Thu, 22 Oct 2020 14:25:25 -0400, Nathan Hartman wrote: >On Thu, Oct 22, 2020 at 10:25 AM Bo Berglund wrote: >> If I update my wc to that rev I get the state I want but now I cann >> not commit anymore... >> >> So how is this done? (I assume it is possible and if done via svn it >> should also

Re: How to revert trunk to an earlier revision?

2020-10-22 Thread Nathan Hartman
On Thu, Oct 22, 2020 at 10:25 AM Bo Berglund wrote: > If I update my wc to that rev I get the state I want but now I cann > not commit anymore... > > So how is this done? (I assume it is possible and if done via svn it > should also be reversible). It is reversible in the sense that no informatio

Re: How to revert trunk to an earlier revision?

2020-10-22 Thread Thorsten
Hello, When I look up svn revert it only talks about removing local edits, but what about this: Working on trunk and committing a few changes, which later turns out to be wrong. Now I want to set trunk head to be at the revision where the edits started out from. You can use a feature called

How to revert trunk to an earlier revision?

2020-10-22 Thread Bo Berglund
When I look up svn revert it only talks about removing local edits, but what about this: Working on trunk and committing a few changes, which later turns out to be wrong. Now I want to set trunk head to be at the revision where the edits started out from. If I update my wc to that rev I get the st