GitHub and EGit
I am trying to set up SOATest to integrated with Github. I downloaded successfully "EGit". I can create the local repository and download to Github. The issue I am having is if I make a change in SOATest it gives me an error as it can not find the system path (Original Workspace location)for the .tst to update because it is moved into the local git repo(outside of the workspace). If I try to use the workspace Project as the local repo it does not like it and has to be in its own directory outside of the workspace. Is there a special setting or does the integration with git have to be done outside of SOATest (eclipse)?
Comments
-
Your Eclipse projects can live in your git working directory, outside of your Eclipse workspace directory. In your Eclipse workspace, click File > Import to import existing Eclipse projects from other locations on your file system. The Eclipse projects will be visible in your workspace, even though the projects actually live outside the workspace directory. In general, Eclipse projects can live anywhere on the file system, independent of the Eclipse workspace directory.
0