Is it possible to access the AccuRev version file via HTTP?

With Subversion (SVN), we can view versioned files over HTTP, i.e. we can view the Java file in the browser by specifying a URL, for example:

http: //teamserver/svn/repos/project/trunk/MyClass.java

Can I do something similar with AccuRev? I only need read access to the file.

+3
source share
1 answer

That's right. You just need to install AccuRev WebUI, which you can download and install as a licensed AccuRev client.

http://www.accurev.com/download.htm

+4
source

Source: https://habr.com/ru/post/1728040/


All Articles