Well, I figured out what caused my problem, and how to work around it:
I was using
ISVNAuthenticationManager authManager =
SVNWCUtil.createDefaultAuthenticationManager (UC, PW);
Switching to:
ISVNAuthenticationManager authManager = new
BasicAuthenticationManager (UC, PW);
Makes it skip all of the environment config stuff.
Don Payette
FSS19 Production Management
Contractor for the GSA FAME Program
2345 Crystal Dr. Suite 250, Rm 208A.
(w) 703-236-3523
(c) 571-305-0105
(h) 479-437-3084 - telework Monday and Wednesday
Internal only extension 7706
On Wed, Sep 12, 2012 at 3:52 PM, Don Payette <[email protected]> wrote:
> I've noticed that subversion creates files in the Application Data folder
> on Windows, ala:
>
> . . . "C:"
>
> + + + + "DOCUMENTS AND SETTINGS"
>
> + + + + + "ALL USERS"
>
> + + + + + + "APPLICATION DATA"
>
> + + + + + + + SUBVERSION
>
> + + + + + + + + AUTH
>
> + + + + + + + + + "SVN.SIMPLE"
>
> + + + + + + + + + + 25301D9946B709184611C2A5ABFD7D29 : DATA
>
> + + + + + + + + CONFIG : DATA
>
> + + + + + + + + SERVERS : DATA
>
> + + + + + + + + "README.TXT" : DATA
>
>
> Is it possible to direct these files to a different path?
>
> I don't have access to environment variables on the particular machine I
> am using.
>
>
> Don Payette
> FSS19 Production Management
> Contractor for the GSA FAME Program
> 2345 Crystal Dr. Suite 250, Rm 208A.
> (w) 703-236-3523
> (c) 571-305-0105
> (h) 479-437-3084 - telework Monday and Wednesday
> Internal only extension 7706
>
>