1
vote
1answer
40 views

How to structure SVN Repositories?

I have a problem with my SVN structure. How can I implement the "best practices" in the next case? I have the following subdirectories: SYSTEM/ /trunk /branches /tags ...
1
vote
2answers
43 views

Is there a way to inject a script into SVN (or its properties ..) to notify an application (that i am developping) that a user made a commit?

I am building an application that will interact with the code of the developer (a release management app) (a meeting with my director is scheduled to decide if we'll go for an application or an ...
0
votes
2answers
69 views

SVN tagging equivalent in TFS 2012

I recently migrated to the TFS 2012 and I have worked with SVN for a long time. In SVN I used "Tags" to mark some important "checkpoints" of development, ie when I finished a software version (alpha, ...
1
vote
0answers
79 views

How to control changes to tags in SVN server on Windows

We use VisualSVN Server 2.5.6 on Windows (important!). Most of our SVN repositories have the standard structure: /trunk /branches /tags We want: allow people to create new tags forbid them to ...
0
votes
1answer
172 views

Is it possible to rename svn tag

Is it possible to rename a tag in subversion? Whenever I release a production version of the application, I tag the revision with the corresponding number, e.g, when version 1.0.0 was released, a ...
0
votes
1answer
69 views

Methods for locking SVN tags

I was wanting to lock down specific tags in an SVN repository as soon as they are sent to testing. It seems the svn lock command only works on individual files, so this is insufficient as even ...
1
vote
2answers
31 views

Adding multiple versions of a project into SVN and tagging them

I'm fairly new to the SVN thing, but am getting to grips with it. Basically I have a project already created in Eclipse, we have versions 2.1, 2.2 & 2.3 of the project saved locally on the ...
3
votes
1answer
54 views

Branching Externals and Trunk together

I have' ExternalFolder' and 'trunk'in my SVN. 'trunk' has an empty folder linked to ExternalFolder (as written below). I want to create a script that will take branch the trunk, tag (or branch) the ...
0
votes
1answer
84 views

pySVN - fetching list of tags for url given

As in the topic, what is the recommended way of fetching list of tags (or simply subdirectories) for the SVN repository URL given? I'm using pySVN to work with repository. For example if there is a ...
1
vote
0answers
30 views

git-svn creates duplicate tags with “@” (at sign) in name [duplicate]

Possible Duplicate: git-svn clone | spurious branches When cloning an SVN repository, git svn creates funny tags: For many (but not all) tags in the SVN repository, two git tags are ...
2
votes
3answers
376 views

SVN to Git Branch/Tag/Trunk

I am making the leap from SVN to Git (though, my respect for SVN will still hold) and I had a few questions for some SVN to Git terminology. In SVN, many repositories are setup like this: - trunk : ...
1
vote
2answers
716 views

svn: how to list last tags from svn command line?

Whe have built a packager who diff the last due tag in svn and prepare directory folding and copy the 'diff' files in the right plave. but we must enter on commnand line the two tag name, and so we ...
0
votes
2answers
594 views

An error of using maven release plugin

My project architecture is like this: --Parent --Submodule1 --Submodule2 --pom.xml(main) Parent is the project which hold all maven plugins configuration, librairies version etc. It's the ...
1
vote
1answer
583 views

Unable to tag SCM when I using maven release plugin

when I using maven release plugin,I encountered some questions,the most one is tag scm failed,the error is : svn: “svn://192.168.5.222/show/test-show/trunk/show” does not in the revision 0 . at ...
1
vote
1answer
57 views

why svn doesn't allow tag with subdirectories?

in svn 1.6, when I try to create a tag based on a particular revision number, tortoise fails because of a path failure. e.g.: ${svn_url}/tags/ is empty, no prior tags created. I want to create a ...
0
votes
0answers
32 views

How to query SVN for all the files with a particular tag using command line or SVNKit

We have a lot of different teams working on our repository, They will commit there files in SVN using a specific tags. We would like to query SVN for all the files with that specific tag. Can you ...
0
votes
1answer
55 views

How can I customize SVN revisions?

I would like to know how to customize revision numbering in SVN. I have a repository I am running on an Ubuntu machine. The entire thing is currently just incremental revisions: Current revision 7. I ...
0
votes
2answers
207 views

Create SVN branch from specific Tag and merge to trunk

recently we moved to svn. I have two questions here, we had release and created tag TAG1. after a week there was a production issue and prod code base is TAG1, later on trunk we made several ...
0
votes
0answers
17 views

Being able to debug staging locally

Basically I have come up with an idea to use at my company and wanted to put it out their to the "stack overflow" universe to rip to pieces. Currently we are tagging each release of "Project X" in a ...
3
votes
1answer
229 views

SVN Multiple Branch Tagging

We are facing a problem with SVN Tagging. The figure below shows how our project is organized inside SVN. We use Tortoise SVN to do our checkout and Visual SVN as our server. This is how our ...
0
votes
1answer
85 views

Branching and Tagging SVN

I have this school maintenance course and we had to mingle with SVN quite a lot. I've recently created a branch for some major refactoring(switched to that branch too). When I was done and went on to ...
0
votes
1answer
108 views

Best “working practices” with svn when release versions

I'm in the process of implementing better "working practices" with svn at my job. We already used svn since a couple of years but we just use it I think at 20% of it's capacity; we use it for source ...
3
votes
4answers
3k views

How to make a tag in SVN using eclipse?

I'm using eclipse and Subversion (SVN) is my new version control. Till now I used to use Concurrent Versions System (CVS) as my version control and after deploy operation I used to tag my projects ...
0
votes
1answer
33 views

How to make a branch from branch that is under /tags Repo Directory in teamcity

MyRoot URL is http://Repositories/svn/ibtis/ and checkout rule is +:tags\TestReleaseHead=>. Now I have set the labelling rule as /tags/TestReleaseHead=>/tags. But it seems its not doing anything. Any ...
0
votes
3answers
65 views

is it possible to get all source from tag to working copy and then commit to trunk?

in svn, my working copy is connected to trunk, now I want get all thing from a version in tag and replace all the thing in my working copy, but after the replace, I want I get commit back to trunk, ...
2
votes
1answer
123 views

Version control: Create tags afterwards

How can I create a svn tag afterwards? I have changed the repository structure to fit to the normal trunk, tags and braches structure. How can I now create tags for old revisions? Curriently I'm ...
0
votes
1answer
927 views

org.tigris.subversion.javahl.ClientException for create a tag

I have a problem since I installed Tortoise comes with VisualSVN for Visual Studio. From eclipse I can not create TAG. I have the following error message. ...
0
votes
1answer
934 views

TODO tags aren't found in Eclipse with PyDev

I'm using Eclipse with PyDev on OpenSUSE 12.1. I've got projects in Javascript and Python. By right click I can add a TODO, but since I'm working with other developers I'd like to have them as code ...
1
vote
2answers
43 views

Unable to retrieve using a tag

We are trying to automate using visual studio an application that will: create a copy of the trunk at a spcific time point. Assign a tag to the directory Remove the directory Be able to recreate ...
1
vote
1answer
147 views

In Subversion can files a tag (folder) be a reference (i.e. like a symbolic link) to those in a certain revision to save space?

In Subversion can files in the tags folder be a reference (i.e. like a symbolic link) to those in a certain revision to save space? From my question What actually are tags in subversion (SVN)? And ...
2
votes
1answer
952 views

svn error while creating a tag

org.tigris.subversion.javahl.ClientException: svn: File not found: revision 2276, path '/mobilehollerweb/trunk/admin/mobilehollerweb/trunk/admin' svn: ...
2
votes
1answer
86 views

Best way to import SVN tags and trunk into new Git repo? (Can't use clone due to size of repo)

I'm moving a project from a really big, shared Subversion repo to its own Git repo. I've already decided to just export the latest version from trunk rather than dumping/cloning the whole project ...
0
votes
1answer
50 views

SVN best practices for project with lost revisions

History: I was asked to edit some code. Problem is no one can find the code we're running. So far the closest we got was a jar (containing only .class files). I tried decompiling with JAD and had ...
0
votes
2answers
580 views

git-svn: how to create a tag/branch for a sub project of SVN

Base on the hit from answers below. I found the solution. Clone SVN: $ git svn clone http://foo.net/code/design --trunk=trunk/proj1 --tags=tags/forProj1 --branches=branches/forProj1 localProjName ...
3
votes
3answers
151 views

Accidently deleted SVN tag

I accidentally deleted a SVN tag. Is it possible to recreate this tag easily ?
1
vote
4answers
241 views

What actually are tags in subversion (SVN)? And what tag tools does SVN offer built-in? (Compared to Clearcase)

What actually are tags in subversion (SVN)? And what features does Subversion really offer built-in to make productive use of them? I ask because I would like to label collections of files at a ...
2
votes
3answers
161 views

Attaching a binary to a Git tag

I'm developing mobile apps (iPhone, Android, and Blackberry) and recently converted from SVN to Git. In SVN after I do a release, I tag the relevant branch/revision to ensure its state is preserved ...
1
vote
2answers
306 views

How do I delete svn tagged versions from server and keep them in the repository?

I've taken over a web application that is using Subversion. When the code is released, a tag is created in the repository, and then the 'svn update' command is used on the server to bring the release ...
1
vote
1answer
271 views

Output from 'git ls-remote' shows tags not found in 'git tag -l'

I am converting a SVN repository to a Git repository following guidance from Pro Git (found here: http://progit.org/book/ch8-2.html ). After pushing to my newly created remote, I did a clone from ...
0
votes
1answer
333 views

Copy a Tag to the Branch in SVN

I committed to a Tag rather than the working Branch copy. Is there a way to copy my Tag over to the Branch so I can commit it to the SVN and make it the de facto copy and stop committing updates to ...
7
votes
1answer
2k views

Using git-svn, how do I dcommit tags?

I was using Git to retain a history of my project locally. I was later asked to commit the entire git project into a remote, empty svn project folder (the usual trunk, tags, branches structure, in ...
1
vote
1answer
502 views

How to undo a delete tags folder action from svn repo browser

unfortunately I delete my entire tags folder from svn repo browser. Can I undo that. If there is any solution to retrieve data please help me. thanks
15
votes
1answer
3k views

Configure TeamCity to build from SVN trunk, branches and/or tags

How can I configure TeamCity to build from SVN trunk and also from different branches and/or tags ? Our idea is to have multiple builds from the same project, this way we can have the current version ...
4
votes
3answers
116 views

How can a certain git repository state be kept always accessible?

I am trying to devise rules for a small group of people collaborating on software that is used for data analysis. It is important to have a means to reproduce the running of the code at some point in ...
2
votes
4answers
83 views

See when a directory was branched/tagged in SVN

I'm currently working in the release process in a large project. I simply need to know if a directory was modified in the trunk after it was tagged (so we need to make a new tag and release the new ...
1
vote
1answer
107 views

Creating tags/labels for daily builds

I am a release engineer and I just switched to a new company. As my role demands setting up the build process in the new company. We use svn for versioning here. In my previous experience it has ...
2
votes
2answers
333 views

Subversion post commit to tags hook

I can have the post commit hook send out an email every time someone checks something, but can I limit that to only if people check something into the tags directory? Basically I want a notification ...
0
votes
1answer
207 views

automatic daily tagging of the SVN repository

I want to automatically tag the daily SVN repository at 6:00 pm so that the daily code snapshot can be maintained and I could at anytime in the future go back to any earlier code repository snapshot. ...
1
vote
1answer
3k views

can svn copy and override t he target branch or merge and keep the source branch

i am new to svn. i found when you merge branch A to branch B, svn moves all content in branch A to B, not copy. and when you copy branch a to branch c and when you do the same thing again, it gave you ...
8
votes
5answers
3k views

Why shouldn't you commit on a tag

I'm looking for arguments to convince an customer that he should never commit changes to a tag once it is created. Common sense appears to be no valid argument so I need something more substantial.

1 2 3