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
2 answers

How do you view Ignored files in AccuRev?

Is there some way to view files in the AccuRev Client (v5.7) that have been ignored? For some reason or other, some code files that do not follow the pattern in the .acignore file or the ACCUREV_IGNORE_ELEMS env variable get ignored. These are java…
Steven Mai
  • 63
  • 7
0
votes
1 answer

Accurev revert action

I am working with Accurev and recently I was forced to perform a revert on a recent promote. I followed the general guidelines, accessed the stream's history and performed a revert action on a selected transaction. That particular transaction…
user2528347
0
votes
1 answer

File disappears from Change Palette window after target stream is selected

I am facing the following strange behaviour in accurev GUI: Scenario: File is selected in the list of active files in a stream It is sent to Change Palette Another one stream selected from the list Result: File disappeared from the list. What can…
Alex
  • 9,891
  • 11
  • 53
  • 87
0
votes
2 answers

Accurev CLI cat method appears not to follow documented behavior

We are using Accurev v6.0.2 and cat does not seem to be following what is documented. According to the documentation, the cat method can be used outside of a workspace directory as long as the -p argument is provided, but that is not working. I get…
Dan
  • 3,246
  • 1
  • 32
  • 52
0
votes
2 answers

Is it possible to tag or label a single file in Accurev?

Need an information from you for Accurev. Is there a way to tag/label a file in Accurev? Ex - A developer X promotes 'n' number of files in a stream for a defect 12345. Same developer promotes 'p' number of files in the same stream for defect…
0
votes
2 answers

How to update workspace with a defunct element in stream in Accurev

I am facing a problem while updating my workspace. One user has defuncted a file and promoted that. Now when I am trying to update my workspace, error occured, it says: "Element would be stranded .----------\abc.txt Some elements would be stranded…
Neha
  • 201
  • 1
  • 4
  • 10
0
votes
1 answer

How to extend Visual Studio with TFS to override the Get command

I am working on a conversion from Accurev to TFS and am being blocked by Accurev's usage of symbolic links, which TFS does not work with. I have tried several methods, but they all seem to fail to work. What I would like to do is have a file in the…
Matt Slagle
  • 1,075
  • 9
  • 19
0
votes
1 answer

Accurev delete a file that has been kept/promoted or scrub contents from all versions

We have the need to remove a file from Accurev existence. We have defuncted the file, but versions of the file can still be viewed which enables a user to re-create the code found in the file. Is there a way to delete a file from the Accurev…
user3633543
  • 3
  • 1
  • 2
0
votes
1 answer

Revert a specific transaction changes

I have the following stream structure: Parent-+->Child1 | +->Child2 There are changes that were promoted from stream Child1 to stream Parent and broke build of the stream Child2. I need to revert these changes only in Child2. Exactly…
Alex
  • 9,891
  • 11
  • 53
  • 87
0
votes
2 answers

Choose different versions for different files in Accurev

There is a following stream configuration: PARENT-->CURRENT-->CHILD Changes promoted to a PARENT stream broke build of each its child. After that changes from CHILD stream were promoted to CURRENT stream. Is there any way (like config spec in…
Alex
  • 9,891
  • 11
  • 53
  • 87
0
votes
3 answers

Is it possible to have the same source code under 2 version control?

In our team,we are using Accurev as SCM and we have local SVN setup also.Just we want to do all modifications then checkin to SVN then build and test our code.If everything works fine,i will Promote the same code to Accurev .Here the Accurev…
0
votes
3 answers

AccuRev: how do you list the managed files?

I need to see which files have been added or removed between two streams. The most obvious way would be "git lsfiles" in each stream. Except this is not GIT and I do not see an analogous command. So for today: for f in $(find * -type f);do …
Bruce K
  • 749
  • 5
  • 15
0
votes
1 answer

Accurev plugin with visual studio 2012

Every time I log into the Accurev plugin in visual studio 2012 I have to re enter the server information. Has anyone else run into this issue?
Mykal73
  • 478
  • 4
  • 6
  • 18
0
votes
2 answers

Is there a command to diff all the kept files in accurev?

I am new to accurev, used to use SVN earlier. I want to a get diff file consisting of all the changes in kept files in a given directory. I know ac diff -b gives diff in a file, but if I have many files and I want the diff of all the kept…
learningtocode
  • 755
  • 2
  • 13
  • 27
0
votes
1 answer

symbolic-link in JDK cannot be promoted to source control, any risk?

When I try to promote latest JDK into our source control (AccuRev), I get the following error: jdk/bin/ControlPanel': Element is a symbolic-link on disk, should be a file or directory. This is NOT the only symbolic-link in the latest 1.7.0_51 JDK.…
5YrsLaterDBA
  • 33,370
  • 43
  • 136
  • 210