Questions tagged [reversion]

17 questions
0
votes
1 answer

Does reversion work for django-cms when page template is changed?

I use django-cms. I've just changed template for my page which ended with clearing my page (as expected). When I tried to restore old version (by using django reversion app that is suggested to use with django-cms) I realized this is impossible. I…
dzida
  • 8,854
  • 2
  • 36
  • 57
0
votes
1 answer

How to integrate using perforce

I am newbie to perforce. I am trying to integrate branch br#1 into branch br#2 lets say this is an example code in //br#1 int foo{ blah blah; } //br#2 int foo{ blah blah } I want to integrate them as such //br#3 int foo_branch1{ blah…
addousas
  • 189
  • 2
  • 8
1
2