Şu anda bir PHP projesinde ortağı ile çalışıyorum.
We both edit directly to a local server (all files are stored on the server, which is also running a WAMP stack). I'm looking for an SVN client that will monitor and save all changes to the htdocs folder, and will update a remote SVN repository, through the web.
Ben bir web arayüzü üzerinden SVN istemcisi manipüle olabilir eğer büyük bir bonus olacaktır.
For example, say I save file1.php
to the server. It would update file1.php
on the svn website.
If I would suddenly discover that my latest revisions to the file are bad, I could head over to the server (or use some web interface from my computer), and replace file1.php
with an older revision.
Ben her zaman en son değişiklikleri ile uzaktan kaydedilmiş bir kopyasını istiyorum çünkü ben sadece bizim yerel makinede bir SVN sunucusu yüklemek istemiyorum.
Herhangi bir öneriler?