I need to know how does Accurev and GIT differ from each other in Source Code Management. GIT being Distributed Version Control System but we can see that Accurev offers both the feature where we can have Client Server version control system and limit the number of files available in Developer's workspace but on the same time we can also let developer have the entire copy of the Source Repository
Asked
Active
Viewed 1,946 times
0
-
3Possible duplicate of [What is a one-sentence explanation of how Accurev works?](https://stackoverflow.com/questions/4620312/what-is-a-one-sentence-explanation-of-how-accurev-works) – jmargolisvt Apr 14 '18 at 15:55
-
2if you need to know the difference, you need to do some readings... – z atef Apr 14 '18 at 15:56
1 Answers
2
My employer uses Accurev and we are migrating to git.
The two biggest differences between Accurev and git are:
- Accurev's command line is more complex than git's.
- With git you have a wide variety of command line shells and guis from which to choose, many of which are free. With Accurev, there is only the Accurev gui
- Accurev suffers performance issues when working in large repos.

DWRoelands
- 4,878
- 4
- 29
- 42