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

How to make Accurev elements inactive after promotion from time-based stream

Accurev "User CLI Guide" says "Promoting from a time-based stream to its parent does not remove the elements from the default group of the time-based stream." So the question is how to make elements inactive after promotion from time-based…
Rom098
  • 2,445
  • 4
  • 35
  • 52
0
votes
1 answer

accurev merge doesn't pass file titles to external merge tool

I'm using p4merge as external merge tool for Accurev. I created a wrapper for p4merge and set the command "p4m -dw -tw 8 -nb %3% -nl %4% -nr %5% %a% %1% %2% %o%" for both acgui (Tools-Preferences-Diff/merge) and CLI (AC_MERGE_CLI variable). It…
Rom098
  • 2,445
  • 4
  • 35
  • 52
0
votes
1 answer

Login with Eclipse team share with AccuRev

It appears that I need to login to the AccuRev project depot each time I open my eclipse workspace when sharing projects with AccuRev. Is this true? My current setup is MyEclipse 10.7 with plugin for AccuRev 5.7. When existing projects are already…
Steven Mai
  • 63
  • 7
0
votes
2 answers

AccuRev : How to get all files changed?

I am looking to get list of files changes between a timestamp. For example 2013/11/11 11:10:00-now. accurev hist command given the files changed on that particular stream but it does not include the changes came from parent stream. Is there a way to…
0
votes
2 answers

AccuRev - promoting quicker projects past larger ones

I feel like I'm experiencing a common problem, but I wasn't able to find anyone asking about it. As the title indicates, we're forced to use AccuRev for SCM. We have our development stream under our QA stream. Let's say we're working on a big…
Irving
  • 1,257
  • 2
  • 16
  • 28
0
votes
2 answers

Customizing check in policy using Accurev

I'm using the AccuRev pre-promote trigger to implement a customized promotion policy check. AccuRev provides a trigger parameters file if the promotions are from a workspace to the stream. I'm able to successfully access this file and the policy…
0
votes
1 answer

IN Accurev I need to create CLI Commands For checking if file is dll an status is overlap

need to create CLI Commands For 1) checking if file is dll an status is overlap 2)Command on how to take latest of estream Any help in this regard would be highly appreciated
0
votes
1 answer

Data exchange between workspaces without promouting

I have a couple workspaces under my stream on Accurev 5.7. How to properly exchange modified files/data between workspaces that placed under same stream without promoting action to the parent stream. Would be helpful both UI and command line…
0
votes
2 answers

Run Eclipse in verbose mode

Is there any way to run Eclipse CDT in verbose mode? When I want to open a project it takes forever to finish (the activity scroll bar keeps scrolling with no end). I am hoping to get some insight into the issue by looking at the logs that may be…
Kamyar Souri
  • 1,871
  • 19
  • 29
0
votes
1 answer

Accurev Promotion order

We are using Accurev 5.6. We run into a weird issue during promotion. One of our developers defuncted a file abc.txt in his workspace and promoted it to the backing stream under an issue. Then after a few days, he realized that he needed his file.…
Lan
  • 6,470
  • 3
  • 26
  • 37
0
votes
2 answers

ACCUREV_IGNORE_ELEMS patterns not picking up external files with numbers in the name

ACCUREV_IGNORE_ELEMS is not filtering out files that look like this: lib/junit/junit/4.10 or lib/.cache/m2e/0.12.1/xxxx I've tried these and none seem to pick up these files: /lib/ lib/* lib/** /lib/* /lib/ It says in the doc that the wildcard…
April Papajohn
  • 397
  • 3
  • 10
0
votes
1 answer

Search accurev depot for unused workspaces

Is there anyway using accurev CLI that I can search for old unused workspaces? Some way that I can get a list of workspaces that havent been accessed in x amount of days for example?
user327697
  • 115
  • 1
  • 6
0
votes
1 answer

AccuRev CLI list snapshots

Is there any way to retrieve a list of all snapshots in a Depot/Stream using the AccuRev CLI?
Serban Constantin
  • 3,316
  • 1
  • 18
  • 20
0
votes
1 answer

Find timestamp of the latest version of file

For the latest file in a stream, how can I get the timestamp associated with the version? I tried accurev hist , but that returns the entire history and now I have to parse through it. Edit: When I tried accurev hist -t highest the…
name_masked
  • 9,544
  • 41
  • 118
  • 172
0
votes
1 answer

Unable to create a workspace in Accurev

I am unable to create a workspace in Accurev. It's giving an error like this: Workspace/ref tree location already in use. Its saying Error- 61 - client.c:569
1 2 3
13
14