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
0
votes
3 answers

Does Accurev expose Rest API like other DevOps tools like GIT, JIRA, Jenkins?

I am trying to look for the rest api's to call the various functionalites of Accurev via my custom web application. eg: Rest API to list recent commits in a stream.
knowledge20
  • 1,006
  • 3
  • 14
  • 25
0
votes
2 answers

Is it possible to run an AccuRev query at an arbitrary time in the past?

I want to keep project metrics for my over time which I can show as a report. For example, I want to show a line chart of how many issues were WIP, Assigned, or Completed at the end of each week. Can I run the query at an arbitrary date in the past…
zekel
  • 9,227
  • 10
  • 65
  • 96
0
votes
1 answer

Diff all files in an AccuRev transaction with the parent stream version

Given a transaction ID, how would one go about generating a diff between all of the files in the transaction with their corresponding versions in the parent stream using the AccuRev command line tools?
K Scott Piel
  • 4,320
  • 14
  • 19
0
votes
1 answer

In Accurev CLI, how do I view my workspace stale files

Using the GUI, there's an option to view incoming and outgoing files. Using the CLI, you can use stat to view outgoing files (member, modified, missing, external), but I didn't find an option to view incoming files (stale): accurev stat --outgoing…
Jesus H
  • 1,180
  • 3
  • 13
  • 25
0
votes
1 answer

Accurev undo a revert to basis

In Accurev I have accidently purge a stream by doing a revert to basis while trying to pull the latest from the stream. This removed all the files within the stream. Is it possible to undo it? and how?
kennyT07
  • 65
  • 1
  • 1
  • 6
0
votes
1 answer

What is the difference between GIT and Accurev?

I need to know how does Accurev and GIT differ from each other in Source Code Management. GIT being Distributed Version Control System but we can see that Accurev offers both the feature where we can have Client Server version control system and…
0
votes
1 answer

How to make a file live which is previously defunct

There was a defunct file in a stream. I just revert it to backed version in stream, now i can't see that file, what happened to the actual file? how do i obtain it?
M Sharath Hegde
  • 485
  • 1
  • 6
  • 20
0
votes
0 answers

accurev revert to parent stream version

There are two Accurev streams, A and B. B is the child of A. Feature X was mistakenly ported into stream B at one point. Some time later, this was noticed and it was decided to move feature X to another stream to correct the issue. The…
user2322217
  • 1
  • 1
  • 2
0
votes
1 answer

Move workspace to different stream in Accurev CLI

Accurev CLI documentation does not mention any command to move workspace from one stream to another without the need of creating a new workspace.
0
votes
2 answers

How do I get a diff of an issue in Accurev without any inherited changes?

While I'm not sure I have a satisfactory answer on my other Accurev question, I believe I'm starting to understand the issue I'm seeing with Accurev diffs. The flow is something like this: Developer A makes some changes for bug 1,…
Otto
  • 18,761
  • 15
  • 56
  • 62
0
votes
3 answers

Accurev: Restore workspace to older version

I'm a brand new to Accurev and I'm having many troubles with it. One of the developers I'm working with has promoted bad code (things are now broken that weren't before) for 2 months on a stream, and I'm wanting to get a copy of the original code…
Yuki
  • 33
  • 2
  • 7
0
votes
1 answer

How do you use AccuRev CLI to promote everything in the current workspace

So, in acgui, I often have a workspace open and select all modified, external, defunct, etc. files and Promote to the parent stream. All I've found is stream to stream which would be my 2nd step, but I gotta do the first. acgui is painfully slow, so…
Novaterata
  • 4,356
  • 3
  • 29
  • 51
0
votes
1 answer

Accurev change xlink transaction

Is there a way to see stream's transaction for changed xlinks? I want to know when xlink was changed. I don't see it in the history of the stream. Thanks.
Michael
  • 1,014
  • 2
  • 15
  • 26
0
votes
1 answer

Accurev on Raspberry PI?

I'd like to run the Accurev command line interface (CLI) on a Raspberry Pi. Accurev's mostly written in Java, and Java runs on on the Pi, then it should work, right? :-) Wondering if it's possible to launch the accurev client via java?
vercellop
  • 553
  • 5
  • 18
0
votes
1 answer

Accurev Promotion - Issue Dependencies

My company uses Accurev for source control, and for all its benefits, there's one simple action that I just can't figure out how to accomplish. I wanted to promote an issue#A from Development stream to UAT stream. But issue#A am trying to promote…
Esh
  • 836
  • 5
  • 16
  • 43