da_didi
da_didi

Reputation: 842

Update local subversion web based

I would like to access a web-page and see all my project files like this:

\path
 \file1 local version: 4711 latest version in svn 5110 (update with a link)
 \file2 local version: 4711 latest version in svn 4711
..

Right now, I do a svn up which updates all my files or all file within a directory. But i don't always want to update all files and I don't want to svn up file1 file2

Edit: I use debian on the servers w/o any window managers

Any ideas?

Upvotes: 0

Views: 57

Answers (2)

JB Nizet
JB Nizet

Reputation: 691625

Install some GUI over SVN For example, with TortoiseSVN, you can

  • right-click on a folder
  • Choose "Check for modifications"
  • Click "Check repository"
  • select the added/deleted/modified files you want to update
  • right-click
  • choose "update"

Upvotes: 1

Andriy Zakharko
Andriy Zakharko

Reputation: 1673

Try to use SVN Monitor - http://code.google.com/p/gs-lost-cause/ This is not a webtool, but on my oppinion this may be helpful for you

Upvotes: 0

Related Questions