Search found 3 matches

by ViH
Mon Mar 02, 2009 9:52 am
Forum: PHP - Code
Topic: How to delete a folder with hidden folders and files
Replies: 1
Views: 288

How to delete a folder with hidden folders and files

I saw many functions, but they cannot delete a folder with hidden folders and files.

Indeed, I need to delete a temporary SVN working copy. Can I do it using SVN/exec?
by ViH
Fri Feb 27, 2009 7:27 am
Forum: PHP - Code
Topic: SVN repository: how to read and save a file from php?
Replies: 4
Views: 122

Re: SVN repository: how to read and save a file from php?

You should be working against a working copy, not the repository itself. Check out the file (or the entire project if you need more), and commit after every change. I simply need to change the .xml file. But I have no any means to do it. I don't know how to create the working copy using php, and ho...
by ViH
Fri Feb 27, 2009 5:27 am
Forum: PHP - Code
Topic: SVN repository: how to read and save a file from php?
Replies: 4
Views: 122

SVN repository: how to read and save a file from php?

There is a SVN repository:
svn://localhost/repos

I need, from php, to read a .xml file (test.xml) from the repository, make some changes in it and then write it back to the repository.

Could you help me, how it can be done?