Tagged Questions
AccuRev is a commercial version control system.
21
votes
8answers
5k views
Flexible vs static branching (GIT vs Clearcase/Accurev)
My question is about the way in which GIT handles branches: whenever you branch from a commit, this branch won’t ever receive changes from the parent branch unless you force it with a merge.
But in ...
13
votes
24answers
6k views
Accurev SCM
Does anyone use Accurev for Source Control Management? We are switching (eventually) from StarTeam to Accurev.
My initial impression is that the GUI tool is severely lacking, however the underlying ...
10
votes
7answers
12k views
What are the uses of svn copy?
Example:
$ svn copy foo.txt bar.txt
A bar.txt
When would you use this technique, and why?
Will this command (taken from svn's "red book") creates a copy of <foo.txt> while preserving ...
6
votes
3answers
501 views
Value of using Git with ClearCase, AccuRev or Perforce?
I am interested in the value (or lack thereof) of using a traditional SCM product (ClearCase, AccuRev, Perforce, etc.) along with Git for large projects with distributed teams.
Is there a significant ...
6
votes
3answers
2k views
Best way to “un-promote” files in Accurev?
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.
Often we have someone accidentally push a file up too ...
5
votes
3answers
459 views
.NET Processing spawning issues
I have an executable that runs instantly from a command prompt, but does not appear to ever return when spawned using System.Diagnostics.Process:
Basicly, I'm writing a .NET library wrapper around ...
4
votes
5answers
1k views
What is a one-sentence explanation of how Accurev works?
I understand git, Subversion, CVS and a myriad of other source control systems.
I've begun using Accurev and it confounds me.
I believe I need to form a mental model that relates it to other SCM's. ...
4
votes
3answers
348 views
how to pop accurev stream by date?
I want to do some analysis on some old code and need to be able to pop a stream as of a specific date. I don't want to create a snapshot or workspace, I just need all the source code as of six months ...
4
votes
2answers
1k views
Accurev: how to ignore contents of a directory but not the directory
I have a "project" directory which has an .acignore file containing:
out/*
The "project" directory contains the checked-in "out" directory. But i want to ignore anything in the "out" directory tree.
...
4
votes
2answers
202 views
is there an Accurev CLI command for deep overlapped files specifically?
Im looking for a command that gives me all the deep overlapped files in a stream.
I've tried
accurev stat -B *.cs
Doesnt really work.
Thanks in Advance
4
votes
2answers
410 views
What are the various AccuRev version numbers?
In AccuRev, when I look at the history for a file (in "history mode"), I see a list of the actions that were taken on the file. Each action has a number (#) and a version.
When I click on one of ...
3
votes
1answer
121 views
accurev convert from stream number to stream name
In Accurev how to convert from stream number to stream name,
Say I have stream number is 257 how to know the stream name from ?
3
votes
1answer
71 views
Is it possible to access an AccuRev versioned file over HTTP?
With Subversion (SVN) we can view versioned files over HTTP i.e. we can view a Java file in a browser by supplying a URL such as:
http://teamserver/svn/repos/project/trunk/MyClass.java
Is it ...
3
votes
1answer
746 views
How is Accurev Performance?
How is performance in the current version (4.7) of Accurev?
time to checkout per 100mb, per gb?
time to commit per # of files or mb?
responsiveness of gui when 100+ streams?
I just had a demo of ...
3
votes
1answer
336 views
Best way to lay out multiple projects in AccuRev
I am in the process of switching to AccuRev from another SCM. I have quite a few projects and am struggling how to properly lay them out in AccuRev.
I have quite a few related projects and would ...
2
votes
1answer
172 views
Did anybody ever migrate from Accurev to ClearCase?
I heard a lot of stories about people migrating from ClearCase to AccuRev. But I've never heard of migration in the opposite direction. Is it because nobody ever dropped AccuRev in favor of ClearCase? ...
2
votes
1answer
290 views
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.
2
votes
4answers
671 views
Which is easier to learn: AccuRev or Perforce?
We are trying to decide between AccuRev or Perforce. We have a small team, and need something that is easy to learn. Which of these version control applications is easier to learn and more user ...
1
vote
1answer
93 views
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 ...
1
vote
1answer
148 views
Undo an Update in AccuRev?
How do I undo an update in Accurev? Why can't I seem to "revert" my code, all the files under CM, to the way they looked at a previous date, period?
1
vote
1answer
426 views
What is the difference between diff against basis and backing in Accurev
What is the difference between diff against basis and diff against backing in Accurev?
1
vote
1answer
107 views
Modify an AccuRev transaction comment
In AccuRev, is there a way to change the comment I provided for a transaction?
1
vote
1answer
82 views
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 ...
1
vote
2answers
168 views
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 ...
1
vote
2answers
1k views
Remove a workspace in Accurev
Is there any command which can let me remove a workspace from Accurev? I tried accurev rmws WorkspaceName, and it says its removed the workspace, but when I try recreating the workspace it gives me ...
1
vote
1answer
125 views
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
<username>@<machineName> : ACCUREV ...
1
vote
1answer
106 views
How can I view the Eclipse platform logging?
I am using the AccuBridge plugin for AccuRev. This plugin uses the acdiffgui tool for carrying out diffs. The acdiffgui tool lives in /usr/bin as a symbolic link:
acdiffgui -> ...
1
vote
1answer
199 views
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 ...
0
votes
0answers
6 views
AccuWork/Accurev adding attachments using command line
Does anybody know a way to add attachments/files to AccuWork/Accurev issue using command line?
Thank you
0
votes
1answer
35 views
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. ...
0
votes
1answer
41 views
Moving a file(s) in Accurev Stream
I'd like to move files from one stream to another stream within Accurev. I do not want to move the files in my own workspace, then promote the moved files.
Please advise.
0
votes
1answer
26 views
Accurev's “show” Command : “-t” flag does not work [closed]
On the command line in Windows, I'm tring to run:
accurev show -p <myDepotName> -t 2011/11/09 13:26:19 streams
After I enter this command, the accurev help just prints out for accurev show.
...
0
votes
0answers
35 views
How do you pop an accurev stream by date (pop -t), recursively, outside of a workspace?
I want to get a copy of all the files in a stream (actually, a subset would be preferable) at a certain time, without creating or changing any stream, snapshot, or workspace. I believe this is ...
0
votes
1answer
29 views
Is there an AccuRev command to list all the streams?
I want to get a list of all the streams, including snapshots. I can't find anything in the CLI reference.
0
votes
0answers
19 views
How do shops using AccuRev handle Database changes?
We've considered using AccuRev because the stream idea makes a lot of sense for very agile shops such as ours. One question though for managing change sets: how are people handling database changes?
...
0
votes
2answers
89 views
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 ...
0
votes
2answers
77 views
Accurev - why not Auto-Update?
Why isn't it standard behavior for Accurev to automatically run an "Update" upon opening the program? "Update" updates a user's local sandbox with the latest files from the building/promoted area.
It ...
0
votes
1answer
68 views
VERSION CONTROL - i'd like to use an Accurev CLI command to copy files to my workstation associated to issue numbers
Can you please advise if there's a way to use a CLI command to copy down files from AccuRev associated to a given issue number?
0
votes
2answers
63 views
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 ...
0
votes
1answer
170 views
eclipse accurev plugin
I've been working on a project in Eclipse that uses the Accurev VCS. Until now, I've been switching from Eclipse to the Accurev GUI in order to perform VCS commands.
As you can imagine, this quickly ...
0
votes
2answers
152 views
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:
...
0
votes
1answer
129 views
TeamCity with Multiple Development Environments
For our enterprise application, we have tiered streams in AccuRev (developers promote to the Integration stream, which promotes to the Quality Assurance stream, which promotes to the Production ...