Questions tagged [accurev]

AccuRev is a commercial version control system.

AccuRev is a commercial version control system that features stream-based development, and tight integration of issue tracking on the source level (among others).

206 questions
3
votes
1 answer

Send just the changes in a transaction from one stream to workspace under a different parent via change palette

I am trying to send only the changes in a particular transaction from one stream to workspace under a different parent via change palette. Is there a way to do this? Right now, When I do a merge in change palette it pulls in all changes until that…
Sara.0
  • 167
  • 3
  • 15
3
votes
0 answers

How to use defclass in elisp?

Since I would like to use accurev from emacs, I tried using this .el module: https://github.com/shellbj/vc-accurev. However, I get the following error on both emacs 23.4.1 and 24.3: Debugger entered--Lisp error: (void-function defclass) (defclass…
Siegfried
  • 695
  • 1
  • 9
  • 24
3
votes
2 answers

Accurev: change package merge required

I've got a workspace backed to my collaboration stream (CS), the CS has a parent stream (Parent). In my workspace I changed a file with version Parent/1 and then promoted it to the collaboration stream some times. Its version became CS/2. Then I…
Rom098
  • 2,445
  • 4
  • 35
  • 52
3
votes
2 answers

How can I continue to use Accurev with Capistrano 3?

We use AccuRev (and I cannot change that) and have been deploying with Capistrano 2. I need to upgrade to Capistrano 3, but it seems that the Accurev SCM module has been removed. Is there a way I can continue to use AccuRev and deploy with…
ardavis
  • 9,842
  • 12
  • 58
  • 112
3
votes
1 answer

How do I get a patch file in AccuRev?

The man page seems simple enough: accurev diff -- -p however I haven't "kept" anything and I absolutely do not want to keep anything. I want a patch file that expresses the changes I've edited into the code. Nope. Apparently you have to keep it…
Bruce K
  • 749
  • 5
  • 15
3
votes
1 answer

Is it possible to access an AccuRev versioned file over HTTP?

With Subversion (SVN) we can view versioned files over HTTP i.e. we can view a Java file in a browser by supplying a URL such as: http://teamserver/svn/repos/project/trunk/MyClass.java Is it possible to do something similar with AccuRev? I only…
rmcc
  • 3,507
  • 7
  • 29
  • 25
3
votes
1 answer

Review code in Accurev using crucible

I have earlier used Crucible to setup code review for the code lying in SVN. I remember there used to be feature either to select difference between two version of files, or I was able to select whole file. I always found selecting whole file better…
mehta
  • 735
  • 1
  • 11
  • 26
3
votes
5 answers

Forcedly update workspace in Accurev

Is there any command to update my workspace forcedly in Accurev, directly replace the local files with the backed files, and don't care about the conflict files, modified files and so on? I really miss the cvs command cvs update -C -d
Jeff Fang
  • 269
  • 2
  • 5
  • 14
3
votes
4 answers

Is it possible to configure AccuRev to use WinMerge as its diff/merge tool?

I see in AccuRev's Diff/Merge Preferences tab that the diff and merge tools can be switched to a pre-defined list of third-party tools. These are the choices I have: Diff AccuRev TkDiff Araxis BeyondCompare V1 BeyondCompare…
Christopher Parker
  • 4,541
  • 2
  • 28
  • 33
2
votes
4 answers

Which is easier to learn: AccuRev or Perforce?

We are trying to decide between AccuRev or Perforce. We have a small team, and need something that is easy to learn. Which of these version control applications is easier to learn and more user friendly?
user119442
2
votes
1 answer

Did anybody ever migrate from Accurev to ClearCase?

I heard a lot of stories about people migrating from ClearCase to AccuRev. But I've never heard of migration in the opposite direction. Is it because nobody ever dropped AccuRev in favor of ClearCase? Did you considered both and gone with…
Yossi
  • 11,778
  • 2
  • 53
  • 66
2
votes
1 answer

Undo an Update in AccuRev?

How do I undo an update in Accurev? I want to revert to a state where contents of the files are exactly how it was before an "update" operation?
jlr
  • 29
  • 2
2
votes
1 answer

eclipse accurev plugin

I've been working on a project in Eclipse that uses the Accurev VCS. Until now, I've been switching from Eclipse to the Accurev GUI in order to perform VCS commands. As you can imagine, this quickly becomes tiresome, so I recently installed the…
Dónal
  • 185,044
  • 174
  • 569
  • 824
2
votes
1 answer

Get latest transaction ID for AccuRev stream

I want to find out what the ID was of the latest transaction that changed a stream. I figured I could use accurev hist -s NameOfStream -t now -fx, but I am not sure if this would also show changes that I get from upstream. Let's assume I have the…
Arno Moonen
  • 1,134
  • 2
  • 10
  • 28
2
votes
2 answers

Accurev change name of a workspace

I need to rename a workspace created in accurev. How can it be made with accurev GUI or CLI? In the case of regular stream it is possible with a "change stream" option, but fro workspace this option is not active.
Alex
  • 9,891
  • 11
  • 53
  • 87
1 2
3
13 14