Displaying 2 results from an estimated 2 matches for "newren".
Did you mean:
newreq
2003 May 31
1
Minor problem with unwritable directories
...commands to reproduce problem --
mkdir -p temp1/some/set/of/subdirectories/
mkdir temp2
chmod -R a-w temp1/some/set/of
rsync -av temp1/ temp2/
rsync -av temp1/ temp2/
-- Output from those commands --
# Note the 2nd rsync run and how unwritable directories are listed
# again
1190 newren@amr:~$ mkdir -p temp1/some/set/of/subdirectories/
1191 newren@amr:~$ mkdir temp2
1192 newren@amr:~$ chmod -R a-w temp1/some/set/of
1193 newren@amr:~$ rsync -av temp1/ temp2/
building file list ... done
./
some/
some/set/
some/set/of/
some/set/of/subdirectories/
wrote 127 bytes...
2020 Feb 25
2
Status of the git.llvm.org git repos
My expectation was that they would continue to be fed from the updates to the svn repo. But again, I don't recall where I got that impression from. It may have been a bad assumption on my part.
Tom.
From: Anton Korobeynikov <anton at korobeynikov.info>
Sent: Tuesday, February 25, 2020 12:36 PM
To: Tom Honermann <thonerma at synopsys.com>
Cc: llvm-dev at lists.llvm.org; Michael