Ruby on Rails
Wednesday, November 6, 2013
Hello all, thanks for replying.
On Wednesday, November 6, 2013 9:37:08 AM UTC-4:30, Ruby-Forum.com User wrote:
-- Explaining a little further what I need is to set the permissions to determined users from the app, however, the files aren't in the same server as the app and it should be relatively easy to the users to access the files, and the admin wants to be able to see what files and exactly what was modified by that user on that file and when, etc,etc (That's why I thought of an SVN server or something similar) . My idea was adding the permissions to a folder via the app so, the user in whatever SVN client he has, is able to download the lastest file and modify it and at the same time, the admin would be able to view who, what and when the files were modified. The app would only keep a record filled by the user but that wouldn't be 100% accurate due to users (because they can pretty much write whatever they want).
On Wednesday, November 6, 2013 9:37:08 AM UTC-4:30, Ruby-Forum.com User wrote:
Robert Walker wrote in post #1126590:
>
> Issuing system commands is as simple as:
>
> system svn <command>
My apologies, but you need to quote the command part:
system 'svn <command>'
--
Posted via http://www.ruby-forum.com/.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/79bed319-fac5-4dc9-bc79-76964cf75770%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment