avatar buzzdeep Pro Nov 16. 2009. 5:12 pm
I am very new to SVN thing..so pardon my stupid Q ..

I got svn installed on root server by my webhost. They configured it in my AC too.

Now - I am clueless how to add source code and start maintaining it inside AC. There is no clear documentation that I could found.

I was able to ADD a new respoitory for the project, but when I click on browse repository, I get this error;

Fatal error: Call to a member function getRevision() on a non-object in /home/public_html/activecollab/application/modules/source/controllers/RepositoryController.class.php on line 357

Can someone guide me please how to use svn to manage the source code and versioning.

is there anything else I need to get installed?

Thanks,
avatar Oliver Maksimović Staff Nov 18. 2009. 1:48 am
Please update the repository in activeCollab prior to clicking "Browse".

Fatal error which is now being thrown upon trying to browse a repository who has no commits (in activeCollab) is a bug that will be fixed in the next release, sorry for the inconvenience.

If you continue experiencing issues, please submit a support ticket to support@a51dev.com
activeCollab tech support / development
avatar buzzdeep Pro Nov 18. 2009. 9:10 am
Thanks. But can you tell me how to check in and check out files to svn via AC? I do not see any option on SOURCES page to add the files to svn..
avatar Ilija Studen Staff Nov 19. 2009. 4:32 am
activeCollab does not provide options to manage repositories and work with code code in work copies; for that you'll need a specialized application such is Tortoise SVN, Versions.app etc. activeCollab itself just provides you with code and history browser + integration with tickets and other project resources.