[This is preliminary documentation and is subject to change.]

If force is not set and path is already under version control, return the error SVN_ERR_ENTRY_EXISTS. If force is set, do not error on already-versioned items. When used on a directory in conjunction with the recursive flag, this has the effect of scheduling for addition unversioned files and directories scattered deep within a versioned tree.

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public bool Force { get; set; }
Visual Basic (Declaration)
Public Property Force As Boolean
Visual C++
public:
property bool Force {
	bool get ();
	void set (bool value);
}

See Also