-
as seen on Server Fault
- Search for 'Server Fault'
I've been struggling for the past couple days to get post-commit email notifications working on my SVN server (running via HTTP with Apache2 on Ubuntu 9.10). SVN commits work fine, but for some reason the hooks are not being properly executed.
Here are the configuration settings:
- Users access the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been struggling for the past couple days to get post-commit email notifications working on my SVN server (running via HTTP with Apache2 on Ubuntu 9.10). SVN commits work fine, but for some reason the hooks are not being properly executed.
Here are the configuration settings:
- Users access the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've made some experimental code that I would like to save in the repository, but I don't want it on the main branch. How would you commit this to a branch?
Maybe I got this wrong, but of what I've understood about branching, all you actually do is copying already checked in code to another directory…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want change author at one specific commit in history. It's not last commit.
I know about this question - How do I change the author of a commit in git?
But I thinking about something, where I identify commit by hash or short-hash.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm commiting a large changeset, including a large binary file (180 MB) over a slow VPN connection. It looks for all the world like it is stalled. How can I diagnose where it is stuck?
The output is:
$ svn commit -m "My commit message"
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString…
>>> More