Tp.Subversion.Subversion.Subversion.CreateSvnLogArgument C# (CSharp) Method

CreateSvnLogArgument() private method

private CreateSvnLogArgument ( string path, RevisionRange revisionRange ) : SvnLogArgs
path string
revisionRange Tp.SourceControl.VersionControlSystem.RevisionRange
return SvnLogArgs
		private SvnLogArgs CreateSvnLogArgument(string path, RevisionRange revisionRange)
		{
			return new SvnLogArgs(CreateSvnRevisionRangeBy(revisionRange)) {BaseUri = GetPath(path), ThrowOnError = true};
		}