As some big scripts may be created with cooperation, there's a standard solution usable now.
Summary for expertsCode:
svn checkout https://svn.code.sf.net/p/sscommunity/code/trunk
Why ?It is possible for multiple people to collaborate when creating scripts.
This system is not at all mandatory, use only if you want to work on such special scripts. Most of the time, users and writers of SexScript can avoid all this documentation.It's something programmers often use, using some
version control tool to put all on a common repository.
Subversion has been chosen, repository offered by
SourceForge.net. Anybody with a subversion/SVN client tool sus can work freely on community sex scripts.
This sort of tools offers for us 2 main functionnalities : avoiding/managing conflicts on code and maintaining a full history
How ?- Get SexScripts, test it, try modifying some scripts, etc.
- Get a (free) account on SourceForge.net
- Get a SVN/subversion client. For MS Windows, you may like Tortoise SVN (mix with File Explorer, easy to use) or SilkSVN (command line tool)
- Create a new folder somewhere on your disk (can be in the main SexScript folder)
- Inside it, "checkout" the project from Sourceforge, using your SVN client and the HTTP address that you get when visiting the SVN page of the SexScript community scripts project on SourceForge. This may take a few seconds, it will download anything in the folder. Separate scripts have each one a folder, consider only the one that interests you.
- Modify it. For testing, copy the files back and forth to the main SexScripts folder.
- Ask here to be registred as a "developer", let us know your sf.net username (admin will accept everyone)
- "Commit" your modifications to the repository, using again the SVN tool.