Title is pretty much the question. I have a post-commit that has taken me ages to get permissions working correctly.
I can run it manually and it works, however, when I actually make a commit (as the same user that I know works manually) nothing happens.
Will anything be logged anywhere? Or can I set up pseudo-logging or something?
T...
I have notice a trend for developers to comment their changes less with the justification that the purpose/date/reason is in the changelog. They have some very justifiable claims that duplication of effort is occuring if we require both. I am spending some serious amount of time tracking down changes. No specific direction has been giv...
I am working on a Java project which needs to work on both Mac OS X and Windows. There are many variables which store paths to various resources and files.
Is the best way to deal with them, putting them all in a separate class (say, Constants) and maintain two branches for the file in SVN ?
Update : It is not just an issue of path se...
I would like to do
svn commit -m "<message>"
But message should have two lines:
Commit by: firstuser
Bug track: 9283
How to add new line character into message? I've tried SHIFT+ENTER, CTRL+T but it does not work. I use MS cmd command line.
...
Is there a binary installer or a faq for the new ctypes bindings for Subversion 1.6 in Windows (32 and 64bit)?
What library would you use to make an easy to deploy (both win32 and x64) svn client in python for svn version >= 1.5?
...
I have tried to test a few Open source codes.
The problem is that these projects changes rapidly such that my code is daily old.
For example, I started yesterday to test the code at.
The code at my server is already old.
The problem is that all changes which I have done are not included in the newest code when I upload their branch to m...
I've accidentally overwritten an old branch by copying trunk over it using 'svn copy'. More specifically, for every release, trunk is branched and kept as a tag, using:
svn copy svn://machine/REPOS/trunk svn://machine/REPOS/tags/$RELEASENR
But this time the value of 'RELEASENR' was that of an old existing branch instead of a new one. ...
SVN Time-Lapse View is a cross-platform viewer that downloads all revisions of a file and lets you scroll through them by dragging a slider. As you scroll, you are shown a visual diff of the current revision and the previous revision. Thus you can see how a file evolved, and you can easily find the revision at which lines appeared, disap...
Is there a way to share a project across multiple solutions in SVN? I already have a class library in a solution that I want to import in another one. Can I just import the project in the new solution or will there be a problem with paths (since the project is not in the same repository)? Is there a better way to do this?
...
I can't seem to find this on google anywhere. I am trying to move to emacs from eclipse but I can't for the life of me figure out how to set my svn author name so it doesn't default the author name OR save the password so I don't have to type it in any each time. I am Ubuntu 8.10 if that matters.
Any insight would be great. Thanks.
...
I have a bunch of externals directories in a plugins folder.
~> svn propedit svn:externals .
akismet http://plugins.svn.wordpress.org/akismet/trunk/
stats http://plugins.svn.wordpress.org/stats/tags/1.3.7/
html-purified http://svn.wp-plugins.org/html-purified/trunk/
Some times I will update a single externals reference to update the ...
Can I sync files from SVN to VSS automatically?. My personal repository is SVN and my client hava a VSS repository. I'll would to like sync the repository throught scripts or something like that.
Can I?
Thanks
...
Duplicate
How do I make git-svn use a particular svn branch as the remote repository?
I am using git-svn to track development by someone else on svn. I'm trying to figure out how to use gti-svn to switch from one svn branch to another. All the examples I have able to find talk about using svn switch as method to switch location ins...
Hey. is there a simple way to sync my local svn server with an online one?
this is what i'm trying to do:
i'm working on several projects through online svn repos. but sometimes i go off the grid, and want to still be able to access all my repo history. i have no prob registring an svn server on my system (or, to be more exact, it is so...
How does AnkhSVN keep non-versioned files out of SVN? I checked the global ignore pattern and the svn:ignore property but found nothing there.
...
I'm using TortoiseSVN.
On my project I created a directory, put files on it, added everything to SVN source control but haven't commited it to the repository yet. It was looking like this:
/root_project_dir
-> .svn
-> dir1
-> .svn
-> added_dir
-> .svn
-> subdir
But I mistakenly removed it with a regular Windows delete. Now, if ...
Duplicate of..:
Version Control. Getting started…
How do I begin using SVN?
SVN installation
Best SVN Tools
Subversion plugin to Visual Studio?
Good Visual Studio SVN Tool
How do I convince my team to drop sourcesafe and move to SVN?
We are currently using SourceSafe integrated with Visual Studio and with the continuous comments ab...
I'd like to determine the last time a specific line was changed in an SVN-versioned file. Does SVN (or TortoiseSVN) have a command to do this?
I could write a script that would svn diff each successive revision backwards from HEAD, and check if the line at a given line number was different. But this simplistic approach will not work if,...
How do I apply an svn:ignore glob recursively while doing an import?
...
I am using netbeans IDE and visualSVN 1.7
I get the following error.
How can I fix this error?
Failed to execute WebDAV PROPPATCH
svn: Commit failed (details follow):
svn: At least one property change failed; repository is unchanged
RA layer request failed
svn: Error setting property 'ignore':
Could not execute PROPPATCH.
...