Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] CVS Authentication

Hi Claudio,
The only way I can see that happening is if the properties are not set for some reason. Can you please run the query using "Console logger level" "DEBUG" (set under Preferences -> Buckminster). Check the log output from the provider in question. My guess is that it shows up as:

"Provider cvs(:pserver:null:null@@192.168.0.166:/cvsroot/cvsteste,relat/.."

which then would be a clear indication that the properties are undefined.

I've verified that this approach works fine by setting properties in the CQUERY. What method do you use when setting the properties?

Regards,
Thomas Hallgren


Claudio Cardozo wrote:
Hi Thomas!

I have made the tests using the property as explained below. Even so, suppling a password in the property file, it still asks by; then, a second dialog asking from authentication in CVS again coming up, putting "null" instead the user name. It didn't work. It appears to have other "moment" it needs user/password, so, it don't find anymore...

attached, a screenshot from cvs dialog, when asking by passwd with a "null" user


----(snip)----
This is how it should look instead:

<uri format=":pserver:{0}:{1}@192.168.0.166:/cvsroot/cvsteste,relat/{2}">
  <bc:propertyRef key="cvs.user" />
  <bc:propertyRef key="cvs.password" />
  <bc:propertyRef key="buckminster.component" />
</uri>
----(snip)----




Back to the top