Hot answers tagged version-control
11
No guaranteed, faithful audit trail is given by Google Docs. Logs are lost by Google because of (1) deleterious forced upgrades (2) forced space optimization (3) no downloadable backups preventing loss.
Revisions Deleted by Upgrade: Google Docs' last official upgrade did not save, nor migrate, old Revision History to their new version, resulting in total ...
9
Found the answer on Github's support site:
The answer, as of October 2010, is No.
It's planned but we don't have a
timeframe available -- sorry about
that.
EDIT 6/23/2012: It looks like GitHub got rid of the support site, so, the only reference I can find to the answer I pasted above is in people quoting this answer. But as far as I can tell, it ...
6
Generally, all config data like passwords and database info will be kept in a config file. To keep private data safe, I usually:
Create an example config file that is hosted with the project
Provide documentation on modifying the example to be the actual config (rename the file, replace variables, etc.)
Add the actual config file to .gitignore so that it ...
3
So here's a crazy hack. If you create a new github account and make a bunch of gists, you can then convert that account into an Organization and the gists stay associated with the new Organization.
Big caveat: you won't be able to create any new gists for that Organization. But you can edit existing ones. :-\
2
mediawiki-core is mirrored on GitHub, so that should work for the first part of your question.
More generally, I don't know of a service that will automatically show a network graph for any Git repository.
1
If you want to be able to use the same share link you need to upload your new file as a new revision not a new file. Every time you upload a new file it will generate a new share link. However, if you upload a revision it will keep the same share link every time.
To upload a new version of a file using the web interface:
Log into your drive and find the ...
1
You should look into using MindTouch. They have content moderation, version tracking and are in the cloud. Even attachments like pdfs have version control. You may also enjoy reading the STC article "The Future of Technical Communication Is Socially Enabled".
1
There are free editions of SharePoint - Windows SharePoint Services 3.0 (SharePoint 2007) and Microsoft SharePoint Foundation 2010 (SharePoint 2010).
Microsoft (SharePoint Online) as well as other companies (e.g. Rackspace) offer cloud-hosted SharePoint environments.
Only top voted, non community-wiki answers of a minimum length are eligible
