Home
last modified time | relevance | path

Searched refs:FLocalPath (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/bazaar/SvnLib/
H A DSvnLib.cpp161 return (path.Find(FLocalPath) == 0); in IsLocalPath()
191 FLocalPath = ""; in Init()
480 FLocalPath = LocalPath; in Connect()
581 …e --non-interactive" + BuildUserPassword() + BuildRevision(Revision) + FLocalPath, Out, Err, false… in Update()
586 result = ExecSvn("info " + BuildUserPassword() + FLocalPath, Out, Err, true); in Update()
832 result = ExecSvn("log " + BuildUserPassword() + FLocalPath, Out, Err, true); in GetLog()
853 result = ExecSvn("status " + FLocalPath, Out, Err, true); in GetStatus()
H A DSvnLib.h120 String FLocalPath; variable
190 String GetLocalPath() { return FLocalPath; } in GetLocalPath()