On 23.06.2011 19:16, Vivian Meazza wrote:
> This works:
> D:\New Git>svn info "C:/Program Files/FlightGear/terrasync/Models"

> This does not work:
> D:\New Git>svn info "C:/Program Files/FlightGear/terrasync"

> Is this any help?

Unfortunately this differnece is unrelated. Terrasync creates separate 
SVN repositories for the "Models" folder, for each airport directory 
letter (A-Z directories) and for each scenery leaf directory. All those 
directories contain separate SVN repositories. All other directories, 
including the terrasync root directory, are "normal" system directories 
and are completely unknown to SVN. Hence, "svn info" (or svn checkout 
etc) only works with specific directories. terrasync always calls "svn 
checkout" with specific directories - never with the root directory, 
i.e. we never pull the complete world scenery with a single svn command.

I also know that quoting white-space paths works well in "command.com" 
Windows shells. But apparently it didn't work when terrasync called the 
"system" function to call "svn". Unfortunately I have no means to test 
any of this on Windows.

cheers,
Thorsten

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to