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
2
votes
1 answer

Calling Accurev "hist" from C# process

I can't be sure if this is an issue specific to Accurev, or is more to do with calling the command line from C#. I'll make the question and its tags more specific when I work out which it is. I've got the following two calls that I can successfully…
coderkerr
  • 65
  • 1
  • 8
2
votes
1 answer

Active files in Accurev's snapshot

We use Accurev 6.1. I've got the following configuration in Accurev: the snapshot stream backed with the main stream the dynamic stream backed with the snapshot my workspace backed with the dynamic stream From the other hand some our developers…
Rom098
  • 2,445
  • 4
  • 35
  • 52
2
votes
4 answers

Exchanging work before accurev promote

My colleague and I are participating in a huge project located in Accurev. We've already created own workspaces backed with some stream (let's call it zzz-stream) which is used by many other participants, not only by us. The point is that we want to…
Rom098
  • 2,445
  • 4
  • 35
  • 52
2
votes
1 answer

AccuRev- 'files in Deep overlap' section

What I did: AccuRev update SourceCode does not compile any more and it should because it compiles on other machines I do not understand it so I delete my workspace from my HDD and I populate it back from AccuRev I get lots and lots of files in…
Jacek Wojcik
  • 1,223
  • 2
  • 19
  • 33
2
votes
4 answers

Does Accurev support stashing?

I could stash my work in git and can revert back without losing my work. This will enable me get back to it if I need to. Does Accureve have this option?
shalom
  • 23
  • 2
2
votes
0 answers

How do I use the Accurev Command Line Interface to Add and Retrieve Attachments

I am currently building a new web application to interact with the Accurev Command Line Interface to create new issues inside the web application and upload to Accurev. query current Accurev issues and display the results in the application.…
2
votes
2 answers

Is there any file that accurev reads when login?

In linux, I need once I login to accurev, the PS1 changes to the following: suppose my workspace placed in the path ~/myfiles/accurev/ws/myworkspace @ : ACCUREV > so, when I for example cd to…
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219
2
votes
1 answer

How do I view all "stale" files within Accurev folder?

Is it possible to search for/view all "stale" files within the currently selected directories. N.B. I'm using the acgui tool rather than command line.
rmcc
  • 3,507
  • 7
  • 29
  • 25
2
votes
2 answers

Deep Overlap merge into deleted file in Accurev

Using Accurev, I have some deeply overlapped files to merge into my stream although in the stream the files are defunct. I don't want the files from the merge I just want to get rid of the overlaps and make sure that the files keep their defunct…
Andy Till
  • 3,371
  • 2
  • 18
  • 23
2
votes
2 answers

Find all files in a Accurev stream committed by a user

I need to find all files in an accurev stream committed by a user. The files could be in sub-directories as well so I need to do a recursive find. I have bean trying from commandline 'accurev hist' command but not able to get what I want. Can any…
mehta
  • 735
  • 1
  • 11
  • 26
2
votes
2 answers

How to get a list of files modified since date/revision in Accurev

I have created a workspace backed by some collaboration stream. The stream is updated regularly by team members. My goal is to take modified files in a given path and put them to another repository (do it regularly). The question is how to create a…
Rom098
  • 2,445
  • 4
  • 35
  • 52
2
votes
2 answers

share a workspace on Accurev

I am new to Accurev. I am working on a workspace and I see a problem which I need help from a team member to look at the issue. what is the easiest way to let the other team member to access my files in my workspace through Accurev? Using…
Kamyar Souri
  • 1,871
  • 19
  • 29
2
votes
1 answer

Accurev - Environment Ignore Rules not applied in 64-bit machine

I recently installed the 64 bit version of XP on my new development machine, and subsequently installed AccuRev. One thing I noted was that the ignore rules I previously used on my 32 bit machine in the ACCUREV_IGNORE_ELEMS environment variable are…
Denis Sadowski
  • 3,035
  • 5
  • 24
  • 26
1
vote
1 answer

Accurev SCM Performance Very Slow on Mac OSX

I'm the Accurev administrator at work. I have one of my users on Mac OSX that is having really bad performance - it takes about 45 seconds between launching the app and displaying the login screen. It takes 8 seconds to run "accurev info". Our…
1
vote
3 answers

Accurev treats most of the source tree in workspace as external

I have this accurev issue where almost ALL source-controlled dirs under my workspace are shown as "external" eventhough they are not --accurev stat confirms the same externality. Accurev update has not solved the problem: just pulls down the entire…
Allen
  • 11
  • 2