The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
21 views

completely remove a git submodule which is causing a fatal error after repo rename

Very simple, I have an old project (RAILS) I'm trying to get up and running again. I (probably stupidly, but too late now) renamed the repo for various reasons (using gem 'rename' + changing ...
1
vote
1answer
35 views

Eclipse still runs project by old name

I had a project named "xxx" which I renamed to "yyy". The project works fine on my phone. But Eclipse still says "Launching xxx" when I run the app. How do I remedy the situation? I've tried searching ...
2
votes
1answer
197 views

How to rename a gem?

I have a gem that I want to rename. It is published on RubyGems. I am mostly concerned about people wanting to update it. I see two paths, but would really like to hear from people who renamed their ...
1
vote
0answers
46 views

Disable / Remove rename functionality from everywhere in eclipse

I am being using Eclipse for almost all my projects. Now I have a requirement, where-in I need to disable the rename functionality on the file menu, and also remove the refactor->rename option and ...
0
votes
1answer
65 views

Renaming a project results in compiler error

I was just required to rename project. The actual rename was done within seconds, by renaming the project name. However XCode was not able to compile my project anymore after the rename. It claimed ...
2
votes
1answer
918 views

Problem with renaming project in Xcode 4.2

Recently I upgraded Xcode from 3.2.5 to 4.2. When it was necessary I changed name of project by "slowly clicking 2 times" on blue project icon, which in turn gave me list of other files whose name ...
1
vote
1answer
272 views

Renaming project in xCode 4 causes SIGABRT

I've renamed a project in xCode 4 by slowly double clicking the project name and then following the directions. I then Build and Run with no errors, but when I select a popover in the app simulator ...
1
vote
2answers
726 views

Changing XCode project name causes fatal error

I am trying to rename my XCode 4 project. I have tried several different ways, but nothing works. I always get the following error: fatal: source directory is empty, source=Desktop/Folder/OLD PROJECT ...
3
votes
1answer
2k views

Xcode 4. Why Can't My Renamed Project Find It's Info.plist File?

Under Xcode 4 I renamed a project from Foo to Bar. The former Foo-Info.plist is renamed as Bar-Info.plist. The renamed file exists. On disk and in the project. All should be cool. All is not cool. ...
1
vote
1answer
57 views

How to update the app on the app store if the project name is changed

Hey guys, I have an app available at the app store and is running fine. I have changed the app's project name from app1.xcodeproj to app2.xcodeproj. Is it possible to submit app2.xcodeproj as the ...
7
votes
2answers
177 views

How does Git record (or more likely, represent) file paths and names for its blobs, and then identify renames?

I'm trying to get my head around the way that git manages to 'remember' a file's name and its path, given that it only stores file content within a blob. Is the explanation in link here by Abizem a ...
3
votes
2answers
549 views

How to work with (sub)directory renames in Git?

I'm looking at using Git for local developer VCS support (this is for multi-diciplinary development). Previous practice was that the top level directory would be renamed (and a zip copy kept) for ...
30
votes
3answers
15k views

how to rename a repository on github? [duplicate]

Possible Duplicate: Change repo name in github I got some github repos that i now need to rename, but i can't anywhere find a solution for this except deleting the repo and setting up a new ...
1
vote
3answers
603 views

SVN merge renamed projects into trunk

I'm currently trying to merge some changes from a branch back into the trunk, the changes in the branch debrand the name of each project in the trunk. So for simplicities sake lets say the root of the ...
4
votes
5answers
3k views

Is it possible to rename a project in Visual Studio such that its folder name is also renamed?

Let's assume we're working on a project called MyProject. I'd like to be able to change its name to MyProject2 AND have its folder name also renamed to MyProject2. Is this possible from Visual ...
58
votes
12answers
46k views

Package renaming in eclipse android project

I have an Android project created in eclipse.I want to modify the package name and application of the project.How to do that in eclipse? Thanks, Dheepak
1
vote
1answer
2k views

Renaming package and version names of Android project in eclipse

I have an Android project created in eclipse.I want to slightly modify this(package names,etc) and make another app.I want both apps to be installed on phone.How to take care of versioning an app ...
1
vote
1answer
1k views

Can't rename project TortoiseSVN & Subversion

Trying to rename a project under the control of TortiseSVN/Subversion. Running svn on the server where SVN is installed. svn rename svn://192.168.0.1/MyProject svn://192.168.0.1/Installer Gives ...
1
vote
2answers
575 views

Problem after renaming .NET library

I'm maintaining a c#.Net (vs2005) library, let's call it fooLib, developed by a coworker. Now management has decided that we should change it's name to, say, barLib. So I have renamed it, changed ...