Re: How to use google code git on Windows?

2012-03-02 Thread Dave Borowitz
TortoiseGIT at least supposedly has netrc support, though the filename is different on Windows, it's $home/_netrc rather than $HOME/.netrc. On Fri, Mar 2, 2012 at 07:35, Sverre Rabbelier wrote: > There should be two sets of instructions, have you tried using the one > that does not mention .netrc

Re: svn->git no separate wiki?

2011-11-28 Thread Dave Borowitz
Your "default" repo looks correct, that is, it has the source of your project but no wiki contents. Your "wiki" repo looks like it indeed contains your source code as well, and not the wiki. How did you create and push the wiki repo? This could happen if, for example, you did a "git svn clone" of

Re: Removing a folder from Git Repo

2011-11-10 Thread Dave Borowitz
If you don't mind "Old Src" showing up in your project history, the simplest thing to do is just to delete it with "git rm" and then push it. If it contains sensitive information or you otherwise need to obliterate it entirely from history, you can remove it with git filter-branch (please read the

Re: Unable to push to new repository ("fatal: did you run git update-server-info on the server?")

2011-11-10 Thread Dave Borowitz
This looks like it may have been a transient issue with some of our backends last night. Can you try one more time? On Thu, Nov 10, 2011 at 00:37, henrik wrote: > First try: > > henrik@hnrk:~/src/jboss-rpm-wiki (master)$ GIT_CURL_VERBOSE=1 git push > --all > * About to connect() to code.google.c

Re: svn 2 git conversion issue

2011-11-04 Thread Dave Borowitz
Sorry for the delay. On Wed, Nov 2, 2011 at 12:05, wrote: > commit refs/heads/master > commit refs/remotes/%2settings > commit refs/remotes/dev > commit refs/remotes/googlecode/master > commit refs/remotes/trunk > Yeah, this is the weird git-svn behavior. By default, each branch in your SV

Re: svn 2 git conversion issue

2011-10-27 Thread Dave Borowitz
Hi Elizabeth, What's the output of "git for-each-ref" in the copy of the repo where you did your conversion? (It's likely you did nothing wrong--git-svn can do some counterintuitive things with svn branches. I'm looking at this as an opportunity to improve our documentation :) On Wed, Oct 26, 201

Re: regain access to project http://code.google.com/p/mimnative

2011-10-24 Thread Dave Borowitz
Those issues aside, we can only respond to takedown requests made through Google's official channel: http://www.google.com/support/bin/static.py?page=ts.cs&ts=1114905 (Note that if you are referring to messages sent to google-code-hosting@googlegroups.com, then the product you want is Groups, not

Re: Couldn't find host code.google.com in the .netrc file; using defaults

2011-10-18 Thread Dave Borowitz
Are you following the instructions on https://code.google.com/hosting/settings for setting up your .netrc file? Can you show the line you added to your .netrc (without the password, of course)? On Tue, Oct 18, 2011 at 11:45, bomjose wrote: > I am unable to do repo sync after repo init. I am tryi

Re: Problem editing wiki pages

2011-10-03 Thread Dave Borowitz
Should be fixed now, sorry for the inconvenience. Please let me know ASAP if you encounter any more problems. On Mon, Oct 3, 2011 at 08:42, Dave Borowitz wrote: > Thanks for the report. We'll try to get this fixed shortly. > > > On Mon, Oct 3, 2011 at 02:43, BatchDrake wrot

Re: Problem editing wiki pages

2011-10-03 Thread Dave Borowitz
Thanks for the report. We'll try to get this fixed shortly. On Mon, Oct 3, 2011 at 02:43, BatchDrake wrote: > Hello all. > > I have a problem editing a wiki page (concretely the one at > http://code.google.com/p/atomik/wiki/BrainstormingAtomik). I'm the > owner of the project so there isn't any

Re: Checking for information via PHP

2011-10-02 Thread Dave Borowitz
You may be interested in post-commit web hooks: http://code.google.com/p/support/wiki/PostCommitWebHooks You can write a PHP script that will get fetched by the Project Hosting system every time a new commit is made. On Sat, Oct 1, 2011 at 03:02, ... wrote: > I'm developing an open sourced game

Re: GA Event Tracking from GoogleCode Project

2011-09-21 Thread Dave Borowitz
his. > > Regards, > Srivats > > On Mon, Sep 19, 2011 at 9:15 PM, Dave Borowitz > wrote: > > I'm not too familiar with Google Analytics, but I think the "Website > > analytics" field on the project admin page does what you want. > > > > On Mon

Re: GA Event Tracking from GoogleCode Project

2011-09-19 Thread Dave Borowitz
I'm not too familiar with Google Analytics, but I think the "Website analytics" field on the project admin page does what you want. On Mon, Sep 19, 2011 at 08:38, Srivats P wrote: > Hi, > > Assuming my googlecode project is linked with GA, is there a way to > track outgoing links from my projec

Re: Wiki causes everytime "error 500. That’s an error."

2011-09-09 Thread Dave Borowitz
Yes, some more investigation found that this was not the problem I was thinking of, and it's indeed rare and specific to that one project. As long as you're happily working, that's great. If you decide you want your old project back, let me know and I'll prioritize unwedging it. On Fri, Sep 9, 20

Re: Exclude issues list from search engine indexing

2011-09-09 Thread Dave Borowitz
The most common reason for this, mentioned on the wiki page I linked to, is for security-related issues: "Sometimes you may want to work on closing the security hole before disclosing details of the problem. However, keep in mind that potential attackers might have already independently discovered

Re: svn to git with branches saving

2011-09-09 Thread Dave Borowitz
The instructions on the wiki should work if you use the standard trunk/branches/tags layout. If you have a nonstandard layout, you may need to specify an option like --branch to get your branches working; see the git-svn(1) manpage for more details. I don't know if we have any git-svn experts on t

Re: Problem cloning new (empty) git project

2011-09-08 Thread Dave Borowitz
And please make sure to redact the "Authentication" header line. On Thu, Sep 8, 2011 at 11:41, Augie Fackler wrote: > Please show us the output of > > GIT_CURL_VERBOSE=1 git push ... > > On Thu, Sep 8, 2011 at 9:18 AM, Maxim wrote: > > yes i did. > > > > On 8 сен, 18:14, Augie Fackler wrote: >

Re: Wiki causes everytime "error 500. That’s an error."

2011-09-08 Thread Dave Borowitz
I'm assuming you've just converted your project from svn/hg to git, is that correct? If so, resetting your wiki repo should fix the problem. (Note that since your wiki repo starts out empty, this won't delete any existing data. BUT

Re: how to deactivate or close a whole project?

2011-09-07 Thread Dave Borowitz
Administer > Advanced > Delete project There is a window in which you can undelete your project. Please use with care. On Wed, Sep 7, 2011 at 10:57, abdallah82 wrote: > i want to deactivate or close a whole project, how to ? > > -- > You received this message because you are subscribed to the G

Re: ConvertingSvnToGit

2011-08-22 Thread Dave Borowitz
On Mon, Aug 22, 2011 at 03:57, Stuart Ford wrote: > Dear team > > The full history conversion instructions on > http://code.google.com/p/support/wiki/ConvertingSvnToGit do not work. > > $ git remote add googlecode https://code.google.com/p/projectname > fatal: Not a git repository (or any of the

Re: converted a project to git, and now the source and wiki files are gone!

2011-08-19 Thread Dave Borowitz
t; > > > > > > > > > > > > > > > > > On Thu, Aug 18, 2011 at 7:39 PM, mark wrote: > > > That only solves one problem - the source is gone, as well! > > > > > See the link in my original post and/orhttp:// > code.google.com/p/ca

Re: converted a project to git, and now the source and wiki files are gone!

2011-08-18 Thread Dave Borowitz
http://code.google.com/p/support/wiki/GitFAQ#Where_did_my_wiki_go? On Thu, Aug 18, 2011 at 15:26, mark wrote: > I converted a low-activity project to git a few weeks ago. It didn't > update immediately, so I did other things and forgot about it until > now. > > Because of the amount of time that

Re: SVN-to-Git wiki conversion: history issues?

2011-08-17 Thread Dave Borowitz
What Jacob said. Issue reference: http://code.google.com/p/support/issues/detail?id=5703 It looks like you are also seeing some symptoms of http://code.google.com/p/support/issues/detail?id=5670; I'll check your wiki repo to see if there's anything amiss. But again, your git data is all there, thi

Re: git push failed with 404

2011-08-17 Thread Dave Borowitz
I have just realized that we do not check username/password at all for requests that only require anonymous access, which would explain why clones and pulls work but pushes do not. (This was a conscious choice at the time because that's how Subversion does authentication, but we are now reconsideri

Re: git push failed with 404

2011-08-15 Thread Dave Borowitz
When you switched to not using a password, did you follow the instructions to put your password in a ~/.netrc file? See https://code.google.com/hosting/settings If you've done that and you're still having problems, please show the output from "GIT_CURL_VERBOSE=1 git push". On Mon, Aug 15, 2011 at

Re: all my wiki tables are randomly unformatting!

2011-08-11 Thread Dave Borowitz
See: http://code.google.com/p/support/issues/detail?id=5685 We're rolling out a fix tomorrow, I believe. On Thu, Aug 11, 2011 at 19:26, FiendishX wrote: > Ugh. It's also affecting other things like randomly converting my > tags into
 so that they get displayed instead of
> getting parsed.

Re: Migrating from SVN to Git

2011-08-04 Thread Dave Borowitz
The tool you want is called git-svn. There are lots of resources and tutorials available, here's one: http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git On Thu, Aug 4, 2011 at 08:49, Gilbert Mirenque wrote: > Is it possible to migrate a google code project which was initialis

Re: Author missing on commits

2011-08-02 Thread Dave Borowitz
to reset fullscreen-mode is now only > called when the resolution was actually changed to avoid flickering > when closing the window. > > Signed-off-by: scorcher24 > > > And yes it is there under changes, but not in the source overview as > it used to be with SVN. If

Re: Author missing on commits

2011-08-01 Thread Dave Borowitz
http://code.google.com/p/nightlight2d/source/detail?r=6c5dd5e259a1386418e38c5643c07af0a0b5add7has both "Author" and "Committer" as "scorcher24 " What is the output of "git log -1 6c5dd5e2" on the machine that you pushed from? On Mon, Aug 1, 2011 at 21:25, scorche...@googlemail.com < scorche...@gm

Re: Undo Delete Repository

2011-07-29 Thread Dave Borowitz
Hi Raj, Please see this FAQ entry and let us know if you still have questions: http://code.google.com/p/support/wiki/GitFAQ#Where_did_my_wiki_go? Dave On Thu, Jul 28, 2011 at 17:52, Raj wrote: > Hello, > I was trying to remove my svn repository and start to use git instead. > While it was succ

Re: 500 Error on wiki list after converting to git

2011-07-28 Thread Dave Borowitz
And here's the relevant bug in the issue tracker: http://code.google.com/p/support/issues/detail?id=5618 On Thu, Jul 28, 2011 at 09:01, Dave Borowitz wrote: > Hi Brad, > > We're aware of the issue and have a fix, which should be rolled out either > today or next week. >

Re: 500 Error on wiki list after converting to git

2011-07-28 Thread Dave Borowitz
Hi Brad, We're aware of the issue and have a fix, which should be rolled out either today or next week. Dave On Wed, Jul 27, 2011 at 16:48, Brad Czerniak wrote: > Apparently the wiki appears normal when accessing as an anonymous user. It > displays the 500 error for my owner account on both ma

Re: Can't access pdf via source/browsing/save link as...

2011-07-27 Thread Dave Borowitz
Hi Martin, What link are you clicking "Save link as..." on? The link from the source browser (http://code.google.com/p/bsudaq/source/browse/) goes to an HTML page that happens to have a .pdf extension: http://code.google.com/p/bsudaq/source/browse/preamp.pdf The "View raw file" link on that page

Re: controlling which branch is displayed for http://${PROJECT}.googlecode.com/${VCS}/

2011-07-24 Thread Dave Borowitz
Hi ferringb, You can use ?r=: http://pkgcore.googlecode.com/git/ http://pkgcore.googlecode.com/git/?r=argparse http://pkgcore.googlecode.com/git/?r=3da1d0 I think the only place we expose these URLs to you is via the source browser. For example, Source > Browse > README > branch "argparse" > "Vie

Re: git clone of new repository fails

2011-07-20 Thread Dave Borowitz
/p/pynmea/HEAD HTTP/1.1 > Authorization: Basic [Hashed Value removed by me] > User-Agent: git/1.6.3.3 > Host: code.google.com > Accept: */* > > * The requested URL returned error: 404 > * Closing connection #0 > error: Couldn't get https://code.google.com/p/pynmea/HEAD for HEAD >

Re: git clone of new repository fails

2011-07-20 Thread Dave Borowitz
Hi Becky, I can't reproduce your problem and am able to clone pynmea successfully with git 1.7.3.1. Can you re-run your clone with "GIT_CURL_VERBOSE=1 git clone ..." and paste the output? Dave On Tue, Jul 19, 2011 at 16:12, becky_lewis wrote: > Hi, > > I've just created a new project at https:

Re: Problem cloning new (empty) git project

2011-07-15 Thread Dave Borowitz
Hi all, We have finished rolling out the fix. Please let us know if you are still unable to clone repo URLs ending in "/". Dave On Fri, Jul 15, 2011 at 10:26, Dave Borowitz wrote: > Hi all, > > The workaround for this bug is to use "git clone > http://code.google

Re: Problem cloning new (empty) git project

2011-07-15 Thread Dave Borowitz
Hi all, The workaround for this bug is to use "git clone http://code.google.com/p/myproject"; (note no trailing /). There is a bug in our URL handling that doesn't strip slashes after the project name. In later versions of git (I will check on the exact version numbers), that slash is stripped