Thread Tools Display Modes
12-22-08, 02:07 PM   #1
conner686
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 4
SVN Zip generation + externals

I have some code that I'm sharing between several projects that I've got set up as externals. It seems to work fine, until I try to create a ZIP for the project. I think its being asked for a password, and not knowing what to give it; it says something about password for apache and that it can't read stdin.

I thought maybe the issue is that the library code was on googlecode, so I created a new project here and pointed everything to look at it instead, and the error still occurs.

I'm not overly familiar with SVN usage [I'm basically learning as I go specifically for addon development], is there some property I don't have set right, or is this not going to be possible?
  Reply With Quote
12-22-08, 02:42 PM   #2
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 1,935
You set the external to the https:// version of the google code repository. This requires authentication, which we obviously cannot provide. You should use the http:// version of the repository address in the external.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
  Reply With Quote
12-22-08, 03:04 PM   #3
conner686
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 4
That makes sense, and I'll shift things back to see if that works better. At the moment, though, I had switched to referencing a project here rather than googlecode in an attempt to avoid authentication issues, but they still exist. Is that intentional?

Fetching external item into 'trunk/Libs/dzjrGUI'
Authentication realm: dzjrGUI - WoWInterface SVN Repository
Password for 'apache': Authentication realm: dzjrGUI - WoWInterface SVN Repository
Username: svn: Can't read stdin: Invalid argument
Failed during export
*edit: switching to http instead of https did do the trick, so thanks

Last edited by conner686 : 12-22-08 at 03:09 PM.
  Reply With Quote
12-22-08, 03:19 PM   #4
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 1,935
That repository is not publically accessible.. thus it requires authentication. No voodoo here, we can only get to public repositories.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
  Reply With Quote
12-22-08, 03:23 PM   #5
conner686
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 4
Originally Posted by Cladhaire View Post
That repository is not publically accessible.. thus it requires authentication. No voodoo here, we can only get to public repositories.
OK, just making sure. I've got it working fine now, so I'm happy. Thanks.
  Reply With Quote

WoWInterface » Site Forums » Site help, bugs, suggestions/questions » SVN Zip generation + externals


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off