Tagged Questions

2
votes
1answer
91 views

Google Code: Force comment on commit

I just started using Google code hosting and am a beginner at working with Subversion. I was wondering if there is a way to enforce a rule that no commits can be made without comments. I was …
2
votes
2answers
252 views

How to upload project with mercurial on googlecode?

I have create a local directory, and made some sub-directories and file in it. registered by project on code.google.com/hosting install Mercurial and did > hg init copied the auto-generated password …
0
votes
2answers
55 views

Best way to read/edit/add to the googlecode wiki offline.

I finally after too much of pondering started my project on googlecode. One of the best features I liked about googlecode was the revision control for wiki, where I can add/edit the wiki pages locally …
1
vote
2answers
129 views

Is there a wiki like that on Google Code Hosting that commits every change in the subversion repository?

I used the wiki in a project hosted at Google Code. With this wiki all the changes you make with the web interface are committed in the subversion repository of the project. For example, if you …
1
vote
2answers
161 views

How to partially export a git repository?

Hi! My company uses git internally and we publish some of our work as an open source on Google Code which uses svn. (Should it support git, the problem would be probably the same.) The problem is …