Tagged Questions
The project-rename tag has no wiki summary.
16
votes
8answers
11k 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
6
votes
2answers
114 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
139 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 ...
3
votes
2answers
797 views
how to rename a repository on 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 one. I can't delete the repos, because there are a lot of ...
2
votes
1answer
363 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 ...
2
votes
1answer
851 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
2answers
165 views
Changing XCode project name causes fatal error
Please help. I am trying to rename my XCode 4 project. I have tried several different way, but nothing works. I always get the following error:
fatal: source directory is empty,
...
1
vote
1answer
41 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 ...
1
vote
3answers
238 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 ...
1
vote
3answers
396 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 ...
1
vote
1answer
755 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
333 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 ...
0
votes
0answers
8 views
Changing assembly names in an automatic or programmatic way
I have 100 or so multiple projects in a VS 2010 solution, each of which named like namespace, e.g., Some.more.assembly. I need to rename those assembly/project names in an automatic way so that I ...
0
votes
0answers
145 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 ...
0
votes
1answer
346 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.
...