Skip to content

Commit

Permalink
doc + minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
squoilin committed Nov 16, 2016
1 parent 28d5c7d commit 764c3f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Docs/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,12 @@ Clone git repository to svn
git svn dcommit

The folder can finally optionally be deleted to avoid any confusion.


Public version of Dispa-SET
---------------------------
Because some input files are subject to intellectual property and copyrights, some folders available on the private repository cannot by uploaded to the public GitHub repository. The script DispaSync.sh in the root folder has been written to synchronize the subset of publicly available folders and files with an external folder. This folder can then be committed and pushed to the public repository.

By default, all file and folders are synchronized. In order to add a private path (to a file or to a folder), edit the DispaSync.sh file and add an entry to the "--exclude" argument.

The "rsync" software is required for the synchronization and must be installed on the local machine. The script can be run in any UNIX terminal (i.e. it cannot be run in Windows).

0 comments on commit 764c3f3

Please sign in to comment.