[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problem with external file

From: Peter Willis <pwillis_at_aslenv.com>
Date: Thu, 15 Jun 2017 13:35:38 -0700

Hello,

 

I am having an issue with an external (pointing to a file) included in one
of my projects.

 

I have a single external in my repository that points to a file.

 

On my windows desktop I can check out the directory containing the external
just fine.

The code checks out and the external also checks out.

 

The same repository path checked out using command line on another computer
gives the following:

 

.......BEGIN EXAMPLE

 

svn checkout --username myname --password mypass
"svn://svn.myoffice.net/repos/instrument_model/src/trunk/driver" .

A README.txt

A install_driver.sh

U .

 

Fetching external item into
'svn://svn.myoffice.net/repos/driver/trunk/driver2015.ko'

svn: Unrecognized URL scheme 'driver2015.ko'

 

....END EXAMPLE

 

 

I have removed the external and redefined it to no avail.

 

SVN is not complaining about the revision control path (ie:
'svn://svn.myoffice.net/repos/driver/trunk/aslacq2015.ko' )

In fact, I can check out 'svn://svn.myoffice.net/repos/driver/trunk' into a
different working directory (on the problem machine) and I get that file.

 

SVN is actually complaining about the *FILE* path of the external in the
working directory as though it is a problem URL. (?!!)

 

Is there any reason why it should work on one computer and not another?

 

 

Thanks

 

 

 

 
Received on 2017-06-15 22:35:51 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.