Exemple #1
0
        public System.IO.Stream OpenWrite(string path)
        {
            System.IO.Stream fs = System.IO.File.Open(path, System.IO.FileMode.Create, System.IO.FileAccess.Write);
            SVNRemoteWrite   fw = new SVNRemoteWrite();

            fw.lockedStream = fs;
            return(fs);
        }
Exemple #2
0
 public System.IO.Stream OpenWrite(string path)
 {
     System.IO.Stream fs = System.IO.File.Open(path, System.IO.FileMode.Create, System.IO.FileAccess.Write);
     SVNRemoteWrite fw = new SVNRemoteWrite();
     fw.lockedStream = fs;
     return fs;
 }