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
1
vote
3 answers

Accurev CLI - Quick way to find if already logged in

In Accurev, what is the quick command I can use to find out whether a login session is active now? I am building an application where I used accurev login command to login to accurev. After some time, I wanted to verify if the…
Deepak Raj
  • 730
  • 2
  • 9
  • 26
1
vote
4 answers

Change Accurev Workspace Owner

I'm trying to transfer a workspace to another user. Is there a way to change the owner of a workspace in accurev?
KevinO
  • 970
  • 2
  • 13
  • 31
1
vote
1 answer

accurev command revert to basis

I am trying to get a CLI command for "revert to basis" of all the overlapping dll's in my workspace. Which command should I use for this - purge or revert ? I want to do this action only for overlapped dll files in my workspace. What is the best…
Deepak Raj
  • 730
  • 2
  • 9
  • 26
1
vote
1 answer

Source Control Migration from Accurev to Git (.net)

Currently we have a big project, about 10GB (including dlls), probably around 5GB without dlls, in Accurev and it is really slow to get / up / promote etc... We are thinking of migrating to GIT, but biggest problem is it is a big monolith plus the…
Joshscorp
  • 1,832
  • 4
  • 22
  • 42
1
vote
1 answer

How to get the changes from other person's workspace in Accurev?

There are some changes in other person's AccuRev workspace. I can't promote these changes, because there is an overlap. I can't resolve the overlap, because the workspace is not mine. I can't cross-promote these changes, because apparently such…
frp
  • 1,119
  • 1
  • 10
  • 30
1
vote
1 answer

AccuRev: How to "unkeep"

Neither Google nor the User CLI doc seem to be helpful. I've "kept" some files and want to "unkeep" them. I can see how to "unpromote" with "revert", but that does not seem to be the right command for just pitching the kept changes. I'm sure it is…
Bruce K
  • 749
  • 5
  • 15
1
vote
2 answers

How to resolve 'element basis is not included in backing stream'?

I am trying to promote a file from my parent stream to the backing stream but I got this error, "Element basis is not included in backing stream:" Any help is appreciated, on how to resolve this issue'element basis is not included in backing stream'
user_new
  • 147
  • 1
  • 2
  • 9
1
vote
2 answers

Accurev: How can I get a list of all users from a stream?

I need to get a list of all users who've contributed to a stream. I think I can just dump the entire history of the stream then parse it for the users like this (see hist for details): accurev hist -s -a -fv but this seems very crude,…
parsley72
  • 8,449
  • 8
  • 65
  • 98
1
vote
2 answers

How do I find out who was last to modify file in accurev (command line)?

I am writing command line tool which builds content of the stream in accurev and then notifies users that broke the build. I can get the list of files promoted to the stream with command: accurev.exe stat -fex -d -s -R .\ It…
Ivan Lebediev
  • 507
  • 4
  • 15
1
vote
1 answer

How to allow users to change my Accurev stream

I'm going to be on vacations for a month, the stream needs to be supported. How to allow other users to change my Accurev stream (change time label, backed stream, etc.)?
Rom098
  • 2,445
  • 4
  • 35
  • 52
1
vote
1 answer

Accurev diff pane against Most Recent Version instead of Basis Version

In the Accurev stream browser under Outgoing, is it possible to change the Diff pane setting so it compares against Most Recent Version instead of the default Basis Version? I'm asking because by default the Diff pane seems to compare against the…
0xFULL
  • 51
  • 5
1
vote
2 answers

AccuRev merge shows zero differences?

facing really unusual error while resolving overlap, when merge is clicked below warning message is prompt. C:\Program Files (x86)\AccuRev\bin\diff3.exe: diff.exe --horizon-lines=100 --…
1
vote
1 answer

Is it possible to create a unified diff in accurev

Is it possible to create a unified diff of two streams by accurev tools in CLI? Anyway I can use a regular diff between two workspaces, but it is a kind of overhead.
Alex
  • 9,891
  • 11
  • 53
  • 87
1
vote
2 answers

AccuRev .acignore files being apparently, well, ignored

I'm trying to set up a basic .acignore file for Android projects. Unfortunately, it seems AccuRev appears to be ignoring the contents of that .acignore file. I've placed the following: .gitignore .git/* …
sigmabeta
  • 1,174
  • 1
  • 12
  • 28
1
vote
1 answer

Accurev Install OSX

I am getting the following error message when I try to install Accurev on my Mac OS X: AccurevClientInstall us damaged and can't be opened. This happens no matter what version I try to install. Anyone know why?
TheCoder
  • 8,413
  • 15
  • 42
  • 54