For SVN
To share an existing project on an SVN server, the Share > Share Project command must be chosen.
On sharing an existing project, NeoLoad requests a name for the project. It is the project collaborative name. It may be different from its local name. The collaborative name labels the project on the collaboration server.
[petstore] /petstorev2
means that the project local name is petstore
, and its name on the collaboration server is petstorev2
.A message dialog confirms that the project is available to all on the collaboration server.
For GIT
To share an existing project on a GIT server, the Share > Share Project command must be chosen.
The Repository path field must be filled in with the path to the repository shared on the GIT server. The path entered in this field must end with “.git” to be valid.
The URL field displays the URL to the project shared on the GIT server. It matches the information entered in the Collaboration Preferences menu.
The Branch field can be filled in with the name of a new branch the project is to be shared onto. A project cannot be shared on an existing branch.
A click on the Test button allows checking the connection to the GIT server.
A message dialog confirms that the project is available to all on the collaboration server.