Posts: 31,896
Thanks: 693
Thanked 4,190 Times in 3,207 Posts
There is no direct equivalent to a pull request in svn. In the ispconfig project we have a branch called trunk were developers can commit their code to, but this requires a bit more communication and discussion of new features though.
Posts: 233
Thanks: 27
Thanked 56 Times in 31 Posts
I Neither a svn nor a git pro but I do not see in what way svn is better than git. You have the server side in form of a remote repo eg on github. What bugs me about svn is the need to push every commit to the remote for all to see. In git you can experiment in your local repo and revert and commit as you like. When you are happy with you code you push it to the remote location.
Posts: 290
Thanks: 12
Thanked 100 Times in 58 Posts
I think it is simply because I am used to it and all my projects are on svn.
All commands I nead are svn up and svn commit - that's it, I do not need a local repository.
But - You can work (nearly) like this in svn too, you just have to create a private branch. You then can work with this branch as you like and if you are happy you do a svn switch to the trunk and commit / merge your changes.
Posts: 233
Thanks: 27
Thanked 56 Times in 31 Posts
I found some resources about syncing a SVN to GitHub.
Maybe it is not too complicated. Would be just a one-way sync but for browsing the code it might be a nice feature to have.
Recent comments
19 hours 24 min ago
1 day 4 hours ago
1 day 5 hours ago
1 day 9 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 16 hours ago
2 days 2 hours ago
2 days 7 hours ago
2 days 8 hours ago