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

AccuRev visual studio 2012 plugin Not found

I have installed AccuRev plugin, but visual studio 2012 cant find it under: Options-->Source Control--> plug-in selection-->current source control any solution or alternative plugin for this?
RayOldProf
  • 1,040
  • 4
  • 16
  • 40
0
votes
1 answer

Can git cherry-pick be done in accurev?

I'm looking to do something similiar in functionality as git cherry-pick. My situation is thus: I mistakenly promoted from from stream C to Stream B, realized it was an error and reverted the transaction, this succeeded. But unfortunately I now no…
Apeiron
  • 694
  • 7
  • 13
0
votes
2 answers

How to check AccuRev license validity

How can I check the license validity for the Accurev installed. I just want to view the date when it is going to expire. Tried google, but it didnt help me out.
VSMK
  • 125
  • 1
  • 1
  • 10
0
votes
1 answer

vs 2013: Source Control List location

I'm not sure if this is the right place for this question, so forgive me if it is not. Our group uses Accurev (AccurBridge) for our source control. I wanted to know where the vs 2013 source control list is read from? VS is not detection all my…
Omnia9
  • 1,563
  • 4
  • 14
  • 39
0
votes
2 answers

Accurev workspace creation issue

I have deleted the workspace from accurev. Now when I am again creating the workspace. It's giving error that workspace already exists. How can I resolve this? update: Is there any accurev plugin through which i can directly promote the code to…
Manish
  • 1,274
  • 3
  • 22
  • 59
0
votes
1 answer

how to migrate git repo to AccuRev

I need to migrate git repo to AccuRev and I never used AccuRev before no idea how to do it. I searched in AccuRev and didn't find any documents as such. I do see posts on migrating from other SVN to Git but not from git to AccuRev. Please let me…
user1653027
  • 789
  • 1
  • 16
  • 38
0
votes
2 answers

Eclipse-Accurev plugin site not working

I'm using Eclipse Luna(4.4) version & need to install the Accurev plugin. From the support site below, i used the eclipse plugin site URL as : "http://www.accurev.com/download/eclipseupdate" Install instructions link:…
spitchaiah
  • 3
  • 1
  • 5
0
votes
2 answers

Accurev binaries and recursive keep

My problem is in two parts: My team and I are using an Test Design Studio to write .vbs files in a Accurev Workspace. The problem is that Accurev recognize them as binaries instead text/ptext files... which causes problems when merging. Is there…
0
votes
1 answer

How to prevent promotion of files with spaces in their names

I would like to prevent the files promoted to an Accurev stream which have spaces in the file name. e.g. My image.png If anybody tries to keep / promote the above file, I would like to prevent that.
0
votes
1 answer

Accurev Post Promote Trigger

I need email notification for each checkins in Accurev. I am not sure how do i configure it. I heard about post promote trigger. Could you please tell me the path and how to configure the post promote trigger?
Raro H
  • 21
0
votes
2 answers

accurev: ignore all files with a given extension

I had assumed that placing a *.classpath entry in my .acignore file would ignore all filed that have the .classpath extension, but this only works for the root directory. I can reach subdirectories using */*.classpath, etc, but is there a blanket…
ewok
  • 20,148
  • 51
  • 149
  • 254
0
votes
1 answer

Check out old versions of files in accurev

I need to check out old versions of a bunch of files that were promoted in an issue (I have the number) on December of last year. How do I do this in accurev?
Flethuseo
  • 5,969
  • 11
  • 47
  • 71
0
votes
1 answer

How to know in Accurev that element is modified on other streams

I can use accurev wip command to find the element changed in other workspaces. How can I know in Accurev CLI (or GUI) that the element is modified on other streams, not workspaces?
Rom098
  • 2,445
  • 4
  • 35
  • 52
0
votes
3 answers

Accurev Workspace broken

So I have an accurev workspace that REFUSES to sync with the stream. I have 99.999% of the files but there are a couple that were removed/added/changed what ever that aren't pulling to my workspace. I have tried both of these solutions Restoring a…
DotNetRussell
  • 9,716
  • 10
  • 56
  • 111
0
votes
2 answers

Accurev: promote without specifying issue?

Is it possible to promote a file without specifying an issue number? Related to that question, I see some files which have histories for which the column "Issues" is blank. How does that happen?
user1071847
  • 633
  • 9
  • 20