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

How do I get accurev to find a moved workspace?

I created a workspace in AccuRev under M:\EclipseWorkspaces\. The project checked out fine. Then I moved the project to C:\EclipseWorkspaces\. Now AccuRev thinks the project does not exists. This is probably because AccuRev is looking for the…
Eric Francis
  • 23,039
  • 31
  • 88
  • 122
5
votes
2 answers

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. The above doesn't seem to work. What's the right…
Jack
  • 2,206
  • 3
  • 18
  • 25
5
votes
2 answers

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 Doesn't really work.
user291952
5
votes
1 answer

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 ?
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219
5
votes
5 answers

Accurev externally, git internally

I’m working on a project using Accurev as a VCS. Since I’m not at all familiar with it, I’m wondering if it would be a good idea to use git “internally” - meaning I would use git locally, then doing the “official” commits with Accurev. Would this…
Tadej
  • 2,901
  • 1
  • 17
  • 23
5
votes
1 answer

Is there any way to get a single file update in Accurev?

Does anyone know if it's possible to get update just for a single file in Accurev control. Presently I update the whole workset , any way if I can get a single file updated at the server end ?
Rameez Ahmed Sayad
  • 1,300
  • 6
  • 16
  • 29
5
votes
2 answers

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 Accurev, and the streams look like a lightweight way…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
4
votes
1 answer

Moving from Subversion to Accurev

I've just started a new job where they use Accurev. I've been using Subversion for years so I've been trying to find a "Subversion to Accurev" guide, but the only articles online are comparisons between the two tools (usually published by Accurev).…
parsley72
  • 8,449
  • 8
  • 65
  • 98
4
votes
1 answer

Modify an AccuRev transaction comment

In AccuRev, is there a way to change the comment I provided for a transaction?
Jeremy Stein
  • 19,171
  • 16
  • 68
  • 83
4
votes
1 answer

Accurev: scripts to pull code from other streams

I have a core source of code that is shared in projects. I would like to have a script that, when the 'parent' has a workspace is created, that the children have their workspaces created as well. This would help the developers not miss any…
Omnia9
  • 1,563
  • 4
  • 14
  • 39
4
votes
1 answer

Accurev: easy way to defunct entire directory tree

Is there an quick way to defunct (and then promote) a directory and everything below it in Accurev?
user1071847
  • 633
  • 9
  • 20
4
votes
2 answers

Accurev: Cannot remove workspace/stream

I'm trying to remove a workspace (or clone it to look like the parent, but I can't seem to do either). When I try, however, I get this message: Cannot remove workspace test_workspace, because it has a non-empty default group. From what I've read, it…
joshft91
  • 1,755
  • 7
  • 38
  • 53
4
votes
1 answer

Accurev - why file status is incorrect?

I have modified few files locally by windows copy command but when I saw the status of modified files in AccuRev it is still shown as backed. Eventhough the file is modified then why it show the status as backed. Any clue? Thanks, Sanjiv
sanjiv
  • 269
  • 4
  • 12
3
votes
1 answer

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 like to keep them in a single depot, but I haven't…
Dustin Venegas
  • 760
  • 1
  • 7
  • 16
3
votes
3 answers

SQL Server Management Studio saves .sql file with binary character

While saving .sql files from SQL Server Management Studio in to my local windows folder, it looks to be including some binary characters making AccuRev comparisons impossible. I looked for possible save options and couldn't locate any. and couldn't…
rsreji
  • 170
  • 1
  • 1
  • 17
1
2
3
13 14