11 |
|
FileSystem::FileSystem(const cse::String &sitemap, const cse::String &base, ext::Queue<Url> &queue, api::ThreadMutex &queueLock, const _R<FileSystemCommand> &command) : CommandRunner(sitemap, base, queue, queueLock) |
12 |
|
{ |
13 |
|
api::Cout << _B("File System") << ios::NewLine; |
14 |
+ |
|
15 |
+ |
_synchronized (queueLock) |
16 |
+ |
queue.Push(Url(_S<ios::String>() << base << _B("make.sh"), client.GetEntryCommittedDate(_B("make.sh")))); |
17 |
+ |
|
18 |
+ |
api::Cout << client.GetProperty(_B("svn:keywords"), _B("make.sh")) << ios::NewLine; |
19 |
|
} |