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
1
vote
1 answer

How to set permissions to promote a file in Accurev

All, We have had problems with engineers promoting files without the code being thoroughly tested and reviewed. They eventually ended up breaking the baseline. Instead of assuming the engineers will only promote their code after it has been reviewed…
RohitT
  • 11
  • 2
1
vote
1 answer

Export Snapshots from Accurev using Perl

I am trying to use a Perl script to pull out all snapshots from Accurev but I'm having issues. I can run this command fine on it's own accurev show -p myDepot streams This will get all the streams for me, but when I go to put it into my Perl…
Stacker
  • 137
  • 3
  • 12
1
vote
2 answers

How can I promote an issue from one stream to its parent via the CLI

While trying to automate my process as much as possible, I would like to be able to promote an issue from one stream to another, via the CLI, in AccuRev 6.0.2 I've tried seemingly every documented example and permutation of the accurev promote…
Hugo
  • 1,814
  • 1
  • 15
  • 23
1
vote
1 answer

How can I omit all binary files when migrating from AccuRev to Git using ac2git

I'm working on moving an AccuRev v5.7 depot to Git and I'm leveraging a great open source tool named ac2git available on GitHub. I'm an experienced AccuRev user and fairly new to Git. The AccuRev depot being migrated has hundreds of GBs of binary…
Warren Rox
  • 655
  • 2
  • 8
  • 23
1
vote
2 answers

Is there a way to back up all files with AccuRev in a directory?

I'm new to AccuRev and not super familiar with it. I'm used to GitHub and a little confused about saving versions with AccuRev and how to use it. In GitHub, I would work on some files in a directory and then use add * to add all the files to the…
TheStrangeQuark
  • 2,257
  • 5
  • 31
  • 58
1
vote
0 answers

AccuRev Visual Studio IDE Plugin 2016.1

In my Visual Studio 2015, i'm using accurev visual studio IDE plugin 2016.1. Some of the accurev operations are not working properly. 1) Diff against operation throws error. Error 2) Merge is always disabled. 3) In Web UI, when i compare with other…
1
vote
1 answer

STS and AccuBridge

Due to a problem I'm encountering with STS2.3.3.M2 and JUnit tests, I decided to try out the newest STS (v2.5.1RELEASE). I installed AccuBridge since Accurev is our version controller and I was trying to checkout a project from depot... except that…
callie16
  • 570
  • 1
  • 11
  • 26
1
vote
1 answer

Accurev: How to purge all changes including external files on a workspace?

Is there a command to simply purge all files including external files on a workspace, instead of creating a list of all files using accurev stat command and dealing with each kind separately.
H.D.
  • 455
  • 5
  • 19
1
vote
1 answer

Using path extension \\?\ for windows 7 with python script

I'm using the tool ac2git to convert my Accurev depot to git repository. I'm facing a problem when the os.walk() function in the python file runs. Since my project has a pretty complicated build path I have nested files that have path length…
1
vote
1 answer

Winerror 3: File not found using ac2git

I was using the ac2git tool to concert my accurev depot to git repository. I am getting the following error when running the command python ac2git.py after following the necessary steps, as instructed here. 2016-08-29 09:54:14,058 - ac2git - ERROR -…
1
vote
1 answer

Check out stream from AccuRev without workspace or reference tree

Since you can not delete a workspace or reference tree in AccuRev (only deactivate it), we want to create local copy of a streams contents, without using those. I could ofcourse use something like accurev hist in combination with accurev cat, but…
Arno Moonen
  • 1,134
  • 2
  • 10
  • 28
1
vote
2 answers

Accurev: How can I see new folders created in a parent stream inside a workspace?

I've created a new folder (with files and sub-folders) in a workspace. I then promoted them all into a parent stream (and even to the grandparent one). However I cannot see them in another workspace stemming from that parent stream. It does not…
Michael
  • 11
  • 2
1
vote
1 answer

What is the AccuRev command to get the Parent Stream name for the given Child stream

I would like to get the AccuRev command to get the Parent Stream for the given child stream. For example, below is the stream structure Parent Stream 1 --> Parent Stream 2 --> Child Stream 1 --> Child Stream 2 If I give the stream "Child Stream 1"…
1
vote
1 answer

How to migrate from BMC Remedy and AccuRev to JIRA and AccuRev?

I am gathering information on what it takes to migrate from BMC Remedy and AccuRev to JIRA and AccuRev; and I would like to hear experiences from anyone who has done it and opinions from anyone who knows how to do it. I found out that Borland has a…
pizi
  • 111
  • 2
1
vote
1 answer

Using AccuRev and Jenkins CI (Gated Streams)

One of our clients is using AccuRev for Source Code Management / Version Control. We are trying to set-up a Jenkins CI environment for them. Currently we have done this and Jenkins is simply polling the same stream over and over. However we are…
Arno Moonen
  • 1,134
  • 2
  • 10
  • 28