Version of Subversion required


The Aspire Subversion connector was created and tested using version 1.6.

Before installing the Subversion connector, make sure that:

  • Subversion repository is up.

  • The user account running Aspire needs to have access to the repository will be crawled.

  • The user account running Aspire needs to have access to the folders that will be crawled.

 

Repository Access Rights


In order to crawl the content of a repository, the user running Aspire requires access to the repository.

  1. Go to svn\repos\YourRepo\conf folder (You will find two files, authz and passwd)
  2. In the passwd file you need to add username and passwords. 

    [users]
    user1=password1
    user2=password2
  3. Then open the authz file and assign the permissions, create the conceptual groups you want. And also assign the type of access for any project and any group you have created. 

    [groups]
    allaccess = user1
    someaccess = user2
    
    [/]
    @allaccess = rw
    
    [/someproject]
    @someaccess = r