Tagged Questions
5
votes
1answer
389 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
108 views
How to get Googlecode SVN statistics
I have a google code repository and I would like to find some statistics, things like number of lines of code, number of commits etc.
I see that there is something called StatSVN but this requires ...
2
votes
3answers
207 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
1answer
86 views
Checkout project from Google code using Ant error
<typedef resource="org/tigris/subversion/svnant/svnantlib.xml" />
...
<target name="main" depends="clean">
<svn javahl='false' >
<checkout ...
1
vote
1answer
72 views
add referenced libraries to svn
I am using google code project svn server and when I check out project all referenced libraries are gone. Is there a way to check out the libraries also?
edit: To make the question clearer, I can't ...
1
vote
2answers
245 views
How to partially export a git repository?
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 that we ...