Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Shut down the subversion daemon

in this article, 
there is an instruction to: 
Shut down the subversion daemon and delete the  /talend/svn/repotis  repository.
but there are no instructions how to do it.  
How do we  Shut down the subversion daemon in Unix? 
 How do we  restart it the subversion daemon backup in Unix? 
Labels (3)
4 Replies
Anonymous
Not applicable
Author

Hi,
Could you please also paste the article link here?

Best regards
Sabrina
Anonymous
Not applicable
Author

Anonymous
Not applicable
Author

hi,

sudo /etc/init.d/svnserve start
sudo /etc/init.d/svnserve stop
sudo /etc/init.d/svnserve restart


hope it help
regards
laurent
Anonymous
Not applicable
Author

How can we accomplish the same task in Windows of shutting down the svn daemon.