svn

svn: copying a project

So I did a stupid thing, I copied a small source tree containing .svn files without doing svn copy. There are 4 or 5 files that I retained, the rest I deleted from the copy, then I added a number of new files. Is there a way to resync my new project's source tree to the svn database, so that the history of the copied files is maintained...

Restoring Data from Subversion repository (Original data deleted)

Hi, I guess, i couldnt find solution to this problem. The partition of my hard drive containing the source codes is corrupted, however I still do have one partition intact containing the SVN repository of that source code. Can anyone suggest me if I can retrieve whole data (my commited source code) from the repository alone? Regards Var...

svn: '.' is not a working copy

Hi All, Iam getting the below error when iam trying to execute a batch file ROBOCOPY "C:\test" "C:\test\Source" "*" /E /NP /V /R:3 /XD "bin" "obj" /XF "*.pj" > %log% svn add * --force %SVNOPTIONS% >>%log% svn commit -m "Checking in Files" %SVNOPTIONS% >>%log% svn info -r head >%REVISION_COMMIT% Please let me know how to resolve this ...

Is there a way to prevent saved authentication in Tortoise SVN

I am using Tortoise SVN, and I tend to have my own username/password stored in it's saved data so that I don't have to authenticate each time. Trouble is, we have a number of scripts, Final Builder projects and things that use another username - and so this overwrites my own username in the saved data. Then I go to make a commit and fi...

Repository revision number and date order do not coincide

I am trying to analyze what happened in a software development effort. I have a copy of the subversion repository but while working my way through it I found something I wasn't expecting. The order of the revisions does not coincide with the date order. Example: Revision 1 - Day 0 Revision 2 - Day 3 Revision 3 - Day 10 Revision 4 - Day...

Using SVN with CodeBlocks Projects

I have an SVN repository setup online and I want to use it to manage my C++ projects in CodeBlocks. I read that SVN can only track changes to text files, so how do I manage the .cbp project files and other non-text files. Do CodeBlocks projects have a way to checkout files from the repository and deal with changes? Or should I commit ev...

How to tell which directory is the problem when tortoise svn complains...

I am working under windows using the tortoise client and have made lots of changes, including many deletes, adds etc. When i try and commit i get the following error, but i cant tell which directory is the source of the problem? Cannot non-recursively commit a directory deletion of a directory with child nodes To commit recursively and ...

What is the best multi-platform SVN GUI client?

Looking for something on Mac Os and Linux mostly, and GUI, not just the command line tool. Anybody has experience using Syncro SVN Client http://www.syncrosvnclient.com/ ? ...

Private subversion server that also provides a mailing list

Can anyone recommend a hosting company that offers private subversion hosting over https as well as a mailing list for collaboration? Thanks. Edit: By "mailing list", I mean a list-serv, like something driven by GNU Mailman. Not email notifications of subversion commits. My main problem is that there are tons of places that offer sub...

How to properly create an SVN repository that is accessible via http? (inside public_html)?

Here's the situation: subversion is already installed in the server and I have access to one of the shared accounts in the server (not the root), and this shared hosting account has SSH access. I want to create a repository where I can commit the PHP files i'm working on, and when I commit it should be viewable in a browser that is why...

Loading dumped part of repository does't take any effect

Hi, i would like to move the folder from one repository to another (with preserving all history, of course) I follow this question - How to move a single folder from one Subversion repository to another repository? I use the same commands, as in that question ... svnadmin.exe dump H:\Repositories\RepSource > W:\temp\RepSource.dump sv...

Separate Subversion branches per programming language?

In some projects, I have to deal with more than one programming language (for example a Delphi GUI application which communicates with an C# or Java app). The Subversion repository currently contains three top branches, one per language. Should I change this and group all parts of the project in the trunk like in the following example ...

buildbot: buildbot.slave.commands.SVN vs. buildbot.steps.source.SVN

Buildbot question: When to use each of these classes: buildbot.slave.commands.SVN and buildbot.steps.source.SVN? I want the class that is used to check out a project from svn. ...

can trac hook into a subversion repo that is on another server?

when using trac, I understand it lets you hook into subversion to see the source code etc. in the browser. does the subversion repo have to be on the same server as the trac install? ...

Problems with WinSCP with whitespaces on ubuntu linux when using SVN Diff

My files are on a remote Ubuntu linux server. When I download the files and edit it in either the WinSCP text client or notepad++, the file whitespaces changes to windows. So when I resave the file back to ubuntu the whitespace are off and SVN Diff thinks every line has changed. FYI, I edit the file by double clicking the file in WinS...

How to commit changes to SVN External?

I have a SVN external setup in my code which pulls all the code for a directory from another repository. When I make a change to that code and try to commit the change, it doesn't show any changes to commit in tortoiseSVN. How do I commit changes made in a externals directory back to the repository the code came from? ...

Tool to write and maintain printed documentation

Some of our customers ask for end-user documentation in a format that’s suitable for printing. Currently, I use Microsoft Word 2002 to write the documents and a non-free PDF printer to generate a PDF file with searchable bookmarks. Then I store both files in the Subversion repositoryT. While it does the job, it has a few drawbacks: It ...

How to rename a project in VisualSVN or by the client TortoiseSVN (win32 platform) ?

I tried to find any feature seems like 'rename' both on server side and client side but failed, is it possible? ...

How to get an earlier reversion from a SVN repository?

Dear developers, If I execute this command svn co https://ltfat.svn.sourceforge.net/svnroot/ltfat ltfat will I get the latest reversion, which is 908. But I would really like to have reversion 901. Does someone know how I can do that? Lots of love, Louise ...

Best workflow with Git & Github

Hey guys, im looking for some advice on how to properly structure the workflow for my team with git & github. we are recent svn converts and its kind of confusing on how we should best setup our day-to-day workflow. Here is a little background, im comfortable with command line and my team is pretty new to it but can follow use commands. ...